<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 0, 639px */
/* 640px, 1023px */
/* 1024px, 1279px */
/* 1280px, 1599px */
/* 1600px */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/5.4.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40em)/";
  width: 40em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64em)/";
  width: 64em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:80em)/";
  width: 80em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:100em)/";
  width: 100em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: auto; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: auto;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 39.9375em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 80em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 100em) and (max-width: 999999999999) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 100em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: none; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-rendering: optimizeLegibility;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #595959;
    line-height: 0; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #595959;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #DDDDDD;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #3b3b3b; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #3b3b3b; }

blockquote,
blockquote p {
  line-height: 1.8;
  color: #595959; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 3.125rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

meta.foundation-version {
  font-family: "/5.4.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40em)/";
  width: 40em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64em)/";
  width: 64em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:80em)/";
  width: 80em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:100em)/";
  width: 100em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: auto; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: auto;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 80em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 100em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

meta.foundation-version {
  font-family: "/5.4.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40em)/";
  width: 40em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64em)/";
  width: 64em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:80em)/";
  width: 80em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:100em)/";
  width: 100em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: auto; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: auto;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 106.25rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse &gt; .column,
  .row.collapse &gt; .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 40em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 64em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 80em) {
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-0 {
    margin-left: 0% !important; }
  .xlarge-offset-1 {
    margin-left: 8.33333% !important; }
  .xlarge-offset-2 {
    margin-left: 16.66667% !important; }
  .xlarge-offset-3 {
    margin-left: 25% !important; }
  .xlarge-offset-4 {
    margin-left: 33.33333% !important; }
  .xlarge-offset-5 {
    margin-left: 41.66667% !important; }
  .xlarge-offset-6 {
    margin-left: 50% !important; }
  .xlarge-offset-7 {
    margin-left: 58.33333% !important; }
  .xlarge-offset-8 {
    margin-left: 66.66667% !important; }
  .xlarge-offset-9 {
    margin-left: 75% !important; }
  .xlarge-offset-10 {
    margin-left: 83.33333% !important; }
  .xlarge-offset-11 {
    margin-left: 91.66667% !important; }
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none; }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left; }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 100em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-0 {
    margin-left: 0% !important; }
  .xxlarge-offset-1 {
    margin-left: 8.33333% !important; }
  .xxlarge-offset-2 {
    margin-left: 16.66667% !important; }
  .xxlarge-offset-3 {
    margin-left: 25% !important; }
  .xxlarge-offset-4 {
    margin-left: 33.33333% !important; }
  .xxlarge-offset-5 {
    margin-left: 41.66667% !important; }
  .xxlarge-offset-6 {
    margin-left: 50% !important; }
  .xxlarge-offset-7 {
    margin-left: 58.33333% !important; }
  .xxlarge-offset-8 {
    margin-left: 66.66667% !important; }
  .xxlarge-offset-9 {
    margin-left: 75% !important; }
  .xxlarge-offset-10 {
    margin-left: 83.33333% !important; }
  .xxlarge-offset-11 {
    margin-left: 91.66667% !important; }
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none; }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left; }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right; } }

meta.foundation-version {
  font-family: "/5.4.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40em)/";
  width: 40em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64em)/";
  width: 64em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:80em)/";
  width: 80em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:100em)/";
  width: 100em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: auto; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: auto;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -10px; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] &gt; li {
    display: block;
    height: auto;
    float: left;
    padding: 0 10px 20px; }

@media only screen {
  .small-block-grid-1 &gt; li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 &gt; li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 &gt; li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 &gt; li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 &gt; li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 &gt; li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 &gt; li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 &gt; li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 &gt; li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 &gt; li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 &gt; li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 &gt; li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 &gt; li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 &gt; li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 &gt; li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 &gt; li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 &gt; li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 &gt; li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 &gt; li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 &gt; li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 &gt; li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 &gt; li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 &gt; li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 &gt; li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 &gt; li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 &gt; li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 &gt; li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 &gt; li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 &gt; li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 &gt; li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 &gt; li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 &gt; li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 &gt; li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 &gt; li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 &gt; li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 &gt; li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40em) {
  .medium-block-grid-1 &gt; li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 &gt; li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 &gt; li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 &gt; li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 &gt; li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 &gt; li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 &gt; li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 &gt; li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 &gt; li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 &gt; li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 &gt; li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 &gt; li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 &gt; li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 &gt; li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 &gt; li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 &gt; li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 &gt; li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 &gt; li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 &gt; li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 &gt; li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 &gt; li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 &gt; li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 &gt; li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 &gt; li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 &gt; li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 &gt; li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 &gt; li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 &gt; li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 &gt; li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 &gt; li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 &gt; li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 &gt; li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 &gt; li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 &gt; li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 &gt; li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 &gt; li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64em) {
  .large-block-grid-1 &gt; li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 &gt; li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 &gt; li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 &gt; li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 &gt; li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 &gt; li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 &gt; li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 &gt; li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 &gt; li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 &gt; li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 &gt; li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 &gt; li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 &gt; li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 &gt; li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 &gt; li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 &gt; li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 &gt; li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 &gt; li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 &gt; li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 &gt; li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 &gt; li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 &gt; li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 &gt; li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 &gt; li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 &gt; li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 &gt; li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 &gt; li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 &gt; li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 &gt; li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 &gt; li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 &gt; li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 &gt; li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 &gt; li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 &gt; li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 &gt; li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 &gt; li:nth-of-type(12n+1) {
      clear: both; } }

meta.foundation-version {
  font-family: "/5.4.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40em)/";
  width: 40em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64em)/";
  width: 64em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:80em)/";
  width: 80em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:100em)/";
  width: 100em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: auto; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: auto;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

meta.foundation-version {
  font-family: "/5.4.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40em)/";
  width: 40em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64em)/";
  width: 64em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:80em)/";
  width: 80em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:100em)/";
  width: 100em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: auto; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: auto;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40em) {
  button, .button {
    display: inline-block; } }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select::-ms-expand {
  display: none; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #FFFFFF;
  font-family: inherit;
  border: 1px solid #ddd;
  box-shadow: inset 0 0 0 transparent;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    background: #f2f2f2;
    border-color: #ccc;
    outline: none; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="date"]:disabled,
  input[type="datetime"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="month"]:disabled,
  input[type="week"]:disabled,
  input[type="email"]:disabled,
  input[type="number"]:disabled,
  input[type="search"]:disabled,
  input[type="tel"]:disabled,
  input[type="time"]:disabled,
  input[type="url"]:disabled,
  input[type="color"]:disabled,
  textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"],
  input[type="password"][disabled],
  input[type="password"][readonly],
  fieldset[disabled]
  input[type="password"],
  input[type="date"][disabled],
  input[type="date"][readonly],
  fieldset[disabled]
  input[type="date"],
  input[type="datetime"][disabled],
  input[type="datetime"][readonly],
  fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly],
  fieldset[disabled]
  input[type="datetime-local"],
  input[type="month"][disabled],
  input[type="month"][readonly],
  fieldset[disabled]
  input[type="month"],
  input[type="week"][disabled],
  input[type="week"][readonly],
  fieldset[disabled]
  input[type="week"],
  input[type="email"][disabled],
  input[type="email"][readonly],
  fieldset[disabled]
  input[type="email"],
  input[type="number"][disabled],
  input[type="number"][readonly],
  fieldset[disabled]
  input[type="number"],
  input[type="search"][disabled],
  input[type="search"][readonly],
  fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled],
  input[type="tel"][readonly],
  fieldset[disabled]
  input[type="tel"],
  input[type="time"][disabled],
  input[type="time"][readonly],
  fieldset[disabled]
  input[type="time"],
  input[type="url"][disabled],
  input[type="url"][readonly],
  fieldset[disabled]
  input[type="url"],
  input[type="color"][disabled],
  input[type="color"][readonly],
  fieldset[disabled]
  input[type="color"],
  textarea[disabled],
  textarea[readonly],
  fieldset[disabled]
  textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  input[type="color"].radius,
  textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #ccc; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error &gt; label &gt; small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

body {
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px); } }

@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }

@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    transform: scale(1); }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }

@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }

.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%, 60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: .25s; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg); }
  10% {
    -webkit-transform: skewX(-8deg); }
  20% {
    -webkit-transform: skewX(7deg); }
  30% {
    -webkit-transform: skewX(-6deg); }
  40% {
    -webkit-transform: skewX(5deg); }
  50% {
    -webkit-transform: skewX(-4deg); }
  60% {
    -webkit-transform: skewX(3deg); }
  70% {
    -webkit-transform: skewX(-2deg); }
  80% {
    -webkit-transform: skewX(1deg); }
  90% {
    -webkit-transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg); } }

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg); }
  10% {
    -moz-transform: skewX(-8deg); }
  20% {
    -moz-transform: skewX(7deg); }
  30% {
    -moz-transform: skewX(-6deg); }
  40% {
    -moz-transform: skewX(5deg); }
  50% {
    -moz-transform: skewX(-4deg); }
  60% {
    -moz-transform: skewX(3deg); }
  70% {
    -moz-transform: skewX(-2deg); }
  80% {
    -moz-transform: skewX(1deg); }
  90% {
    -moz-transform: skewX(0deg); }
  100% {
    -moz-transform: skewX(0deg); } }

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg); }
  10% {
    -o-transform: skewX(-8deg); }
  20% {
    -o-transform: skewX(7deg); }
  30% {
    -o-transform: skewX(-6deg); }
  40% {
    -o-transform: skewX(5deg); }
  50% {
    -o-transform: skewX(-4deg); }
  60% {
    -o-transform: skewX(3deg); }
  70% {
    -o-transform: skewX(-2deg); }
  80% {
    -o-transform: skewX(1deg); }
  90% {
    -o-transform: skewX(0deg); }
  100% {
    -o-transform: skewX(0deg); } }

@keyframes wiggle {
  0% {
    transform: skewX(9deg); }
  10% {
    transform: skewX(-8deg); }
  20% {
    transform: skewX(7deg); }
  30% {
    transform: skewX(-6deg); }
  40% {
    transform: skewX(5deg); }
  50% {
    transform: skewX(-4deg); }
  60% {
    transform: skewX(3deg); }
  70% {
    transform: skewX(-2deg); }
  80% {
    transform: skewX(1deg); }
  90% {
    transform: skewX(0deg); }
  100% {
    transform: skewX(0deg); } }

.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.wiggle {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: .75s; }

@media only screen and (min-width: 40em) {
  .categories_grid .category_1 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_2 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_3 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_4 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: right;
    margin-bottom: 1.25rem; }
  .categories_grid .category_5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_6 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_more_than_6 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_original_grid {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_five_cat_1 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_five_cat_2 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: right;
    margin-bottom: 1.25rem; }
  .categories_grid .category_five_cat_3 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: right;
    margin-bottom: 1.25rem; }
  .categories_grid .category_five_cat_4 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: right;
    margin-bottom: 1.25rem; }
  .categories_grid .category_five_cat_5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_four_cat_1 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_four_cat_2 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_four_cat_3 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_four_cat_4 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_three_cat_1 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_three_cat_2 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_three_cat_3 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_two_cat_1 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_two_cat_2 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_one_cat_1 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_1 .category_item,
  .categories_grid .category_2 .category_item,
  .categories_grid .category_4 .category_item,
  .categories_grid .category_five_cat_1 .category_item,
  .categories_grid .category_five_cat_3 .category_item,
  .categories_grid .category_five_cat_4 .category_item,
  .categories_grid .category_four_cat_1 .category_item,
  .categories_grid .category_three_cat_1 .category_item,
  .categories_grid .category_two_cat_1 .category_item,
  .categories_grid .category_two_cat_2 .category_item,
  .categories_grid .category_one_cat_1 .category_item {
    height: 34.16667rem; }
  .categories_grid .category_3 .category_item,
  .categories_grid .category_5 .category_item,
  .categories_grid .category_6 .category_item,
  .categories_grid .category_more_than_6 .category_item,
  .categories_grid .category_five_cat_2 .category_item,
  .categories_grid .category_five_cat_5 .category_item,
  .categories_grid .category_four_cat_2 .category_item,
  .categories_grid .category_four_cat_3 .category_item,
  .categories_grid .category_four_cat_4 .category_item,
  .categories_grid .category_three_cat_2 .category_item,
  .categories_grid .category_three_cat_3 .category_item {
    height: 16.45833rem; }
  .categories_grid .category_original_grid .category_item {
    height: 8.02083rem; }
  .columns-1 .category_list .category_item {
    height: 16.45833rem; }
  .columns-2 .category_list .category_item {
    height: 16.875rem; }
  .columns-3 .category_list .category_item {
    height: 10.97222rem; }
  .columns-4 .category_list .category_item {
    height: 8.02083rem; }
  .columns-5 .category_list .category_item {
    height: 6.25rem; }
  .columns-6 .category_list .category_item {
    height: 5.06944rem; } }

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .categories_grid .category_original_grid {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_1 .category_item,
  .categories_grid .category_2 .category_item,
  .categories_grid .category_4 .category_item,
  .categories_grid .category_five_cat_1 .category_item,
  .categories_grid .category_five_cat_3 .category_item,
  .categories_grid .category_five_cat_4 .category_item,
  .categories_grid .category_four_cat_1 .category_item,
  .categories_grid .category_three_cat_1 .category_item,
  .categories_grid .category_two_cat_1 .category_item,
  .categories_grid .category_two_cat_2 .category_item,
  .categories_grid .category_one_cat_1 .category_item {
    height: 16.45833rem; }
  .categories_grid .category_3 .category_item,
  .categories_grid .category_5 .category_item,
  .categories_grid .category_6 .category_item,
  .categories_grid .category_more_than_6 .category_item,
  .categories_grid .category_five_cat_2 .category_item,
  .categories_grid .category_five_cat_5 .category_item,
  .categories_grid .category_four_cat_2 .category_item,
  .categories_grid .category_four_cat_3 .category_item,
  .categories_grid .category_four_cat_4 .category_item,
  .categories_grid .category_three_cat_2 .category_item,
  .categories_grid .category_three_cat_3 .category_item {
    height: 7.60417rem; }
  .categories_grid .category_original_grid .category_item {
    height: 10.97222rem; }
  .columns-1 .category_list .category_item,
  .columns-2 .category_list .category_item,
  .columns-3 .category_list .category_item,
  .columns-4 .category_list .category_item,
  .columns-5 .category_list .category_item,
  .columns-6 .category_list .category_item {
    height: 8.02083rem; } }

@media only screen and (max-width: 39.9375em) {
  .categories_grid .category_1,
  .categories_grid .category_2,
  .categories_grid .category_3,
  .categories_grid .category_4,
  .categories_grid .category_5,
  .categories_grid .category_6,
  .categories_grid .category_more_than_6,
  .categories_grid .category_original_grid,
  .categories_grid .category_five_cat_1,
  .categories_grid .category_five_cat_2,
  .categories_grid .category_five_cat_3,
  .categories_grid .category_five_cat_4,
  .categories_grid .category_five_cat_5,
  .categories_grid .category_four_cat_1,
  .categories_grid .category_four_cat_2,
  .categories_grid .category_four_cat_3,
  .categories_grid .category_four_cat_4,
  .categories_grid .category_three_cat_1,
  .categories_grid .category_three_cat_2,
  .categories_grid .category_three_cat_3,
  .categories_grid .category_two_cat_1,
  .categories_grid .category_two_cat_2,
  .categories_grid .category_one_cat_1 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    margin-bottom: 1.25rem; }
  .categories_grid .category_1 .category_item,
  .categories_grid .category_2 .category_item,
  .categories_grid .category_3 .category_item,
  .categories_grid .category_4 .category_item,
  .categories_grid .category_5 .category_item,
  .categories_grid .category_6 .category_item,
  .categories_grid .category_more_than_6 .category_item,
  .categories_grid .category_original_grid .category_item,
  .categories_grid .category_five_cat_1 .category_item,
  .categories_grid .category_five_cat_2 .category_item,
  .categories_grid .category_five_cat_3 .category_item,
  .categories_grid .category_five_cat_4 .category_item,
  .categories_grid .category_five_cat_5 .category_item,
  .categories_grid .category_four_cat_1 .category_item,
  .categories_grid .category_four_cat_2 .category_item,
  .categories_grid .category_four_cat_3 .category_item,
  .categories_grid .category_four_cat_4 .category_item,
  .categories_grid .category_three_cat_1 .category_item,
  .categories_grid .category_three_cat_2 .category_item,
  .categories_grid .category_three_cat_3 .category_item,
  .categories_grid .category_two_cat_1 .category_item,
  .categories_grid .category_two_cat_2 .category_item,
  .categories_grid .category_one_cat_1 .category_item,
  .columns-1 .category_list .category_item,
  .columns-2 .category_list .category_item,
  .columns-3 .category_list .category_item,
  .columns-4 .category_list .category_item,
  .columns-5 .category_list .category_item,
  .columns-6 .category_list .category_item {
    height: 13.33333rem; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-1 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xlarge-block-grid-1:before, .xlarge-block-grid-1:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-1:after {
      clear: both; }
    .xlarge-block-grid-1 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xlarge-block-grid-1 &gt; li {
      width: 100%;
      padding: 0 10px 20px;
      list-style: none; }
      .xlarge-block-grid-1 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-1 &gt; li:nth-of-type(1n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-2 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xlarge-block-grid-2:before, .xlarge-block-grid-2:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-2:after {
      clear: both; }
    .xlarge-block-grid-2 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xlarge-block-grid-2 &gt; li {
      width: 50%;
      padding: 0 10px 20px;
      list-style: none; }
      .xlarge-block-grid-2 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-2 &gt; li:nth-of-type(2n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-3 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xlarge-block-grid-3:before, .xlarge-block-grid-3:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-3:after {
      clear: both; }
    .xlarge-block-grid-3 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xlarge-block-grid-3 &gt; li {
      width: 33.33333%;
      padding: 0 10px 20px;
      list-style: none; }
      .xlarge-block-grid-3 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-3 &gt; li:nth-of-type(3n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-4 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xlarge-block-grid-4:before, .xlarge-block-grid-4:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-4:after {
      clear: both; }
    .xlarge-block-grid-4 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xlarge-block-grid-4 &gt; li {
      width: 25%;
      padding: 0 10px 20px;
      list-style: none; }
      .xlarge-block-grid-4 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-4 &gt; li:nth-of-type(4n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-5 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xlarge-block-grid-5:before, .xlarge-block-grid-5:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-5:after {
      clear: both; }
    .xlarge-block-grid-5 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xlarge-block-grid-5 &gt; li {
      width: 20%;
      padding: 0 10px 20px;
      list-style: none; }
      .xlarge-block-grid-5 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-5 &gt; li:nth-of-type(5n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-6 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xlarge-block-grid-6:before, .xlarge-block-grid-6:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-6:after {
      clear: both; }
    .xlarge-block-grid-6 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xlarge-block-grid-6 &gt; li {
      width: 16.66667%;
      padding: 0 10px 20px;
      list-style: none; }
      .xlarge-block-grid-6 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-6 &gt; li:nth-of-type(6n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-7 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xlarge-block-grid-7:before, .xlarge-block-grid-7:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-7:after {
      clear: both; }
    .xlarge-block-grid-7 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xlarge-block-grid-7 &gt; li {
      width: 14.28571%;
      padding: 0 10px 20px;
      list-style: none; }
      .xlarge-block-grid-7 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-7 &gt; li:nth-of-type(7n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-8 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xlarge-block-grid-8:before, .xlarge-block-grid-8:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-8:after {
      clear: both; }
    .xlarge-block-grid-8 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xlarge-block-grid-8 &gt; li {
      width: 12.5%;
      padding: 0 10px 20px;
      list-style: none; }
      .xlarge-block-grid-8 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-8 &gt; li:nth-of-type(8n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-9 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xlarge-block-grid-9:before, .xlarge-block-grid-9:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-9:after {
      clear: both; }
    .xlarge-block-grid-9 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xlarge-block-grid-9 &gt; li {
      width: 11.11111%;
      padding: 0 10px 20px;
      list-style: none; }
      .xlarge-block-grid-9 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-9 &gt; li:nth-of-type(9n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-10 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xlarge-block-grid-10:before, .xlarge-block-grid-10:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-10:after {
      clear: both; }
    .xlarge-block-grid-10 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xlarge-block-grid-10 &gt; li {
      width: 10%;
      padding: 0 10px 20px;
      list-style: none; }
      .xlarge-block-grid-10 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-10 &gt; li:nth-of-type(10n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-11 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xlarge-block-grid-11:before, .xlarge-block-grid-11:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-11:after {
      clear: both; }
    .xlarge-block-grid-11 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xlarge-block-grid-11 &gt; li {
      width: 9.09091%;
      padding: 0 10px 20px;
      list-style: none; }
      .xlarge-block-grid-11 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-11 &gt; li:nth-of-type(11n+1) {
        clear: both; } }

@media only screen and (min-width: 80em) {
  .xlarge-block-grid-12 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xlarge-block-grid-12:before, .xlarge-block-grid-12:after {
      content: " ";
      display: table; }
    .xlarge-block-grid-12:after {
      clear: both; }
    .xlarge-block-grid-12 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xlarge-block-grid-12 &gt; li {
      width: 8.33333%;
      padding: 0 10px 20px;
      list-style: none; }
      .xlarge-block-grid-12 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xlarge-block-grid-12 &gt; li:nth-of-type(12n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-1 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xxlarge-block-grid-1:before, .xxlarge-block-grid-1:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-1:after {
      clear: both; }
    .xxlarge-block-grid-1 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xxlarge-block-grid-1 &gt; li {
      width: 100%;
      padding: 0 10px 20px;
      list-style: none; }
      .xxlarge-block-grid-1 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-1 &gt; li:nth-of-type(1n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-2 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xxlarge-block-grid-2:before, .xxlarge-block-grid-2:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-2:after {
      clear: both; }
    .xxlarge-block-grid-2 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xxlarge-block-grid-2 &gt; li {
      width: 50%;
      padding: 0 10px 20px;
      list-style: none; }
      .xxlarge-block-grid-2 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-2 &gt; li:nth-of-type(2n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-3 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xxlarge-block-grid-3:before, .xxlarge-block-grid-3:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-3:after {
      clear: both; }
    .xxlarge-block-grid-3 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xxlarge-block-grid-3 &gt; li {
      width: 33.33333%;
      padding: 0 10px 20px;
      list-style: none; }
      .xxlarge-block-grid-3 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-3 &gt; li:nth-of-type(3n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-4 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xxlarge-block-grid-4:before, .xxlarge-block-grid-4:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-4:after {
      clear: both; }
    .xxlarge-block-grid-4 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xxlarge-block-grid-4 &gt; li {
      width: 25%;
      padding: 0 10px 20px;
      list-style: none; }
      .xxlarge-block-grid-4 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-4 &gt; li:nth-of-type(4n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-5 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xxlarge-block-grid-5:before, .xxlarge-block-grid-5:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-5:after {
      clear: both; }
    .xxlarge-block-grid-5 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xxlarge-block-grid-5 &gt; li {
      width: 20%;
      padding: 0 10px 20px;
      list-style: none; }
      .xxlarge-block-grid-5 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-5 &gt; li:nth-of-type(5n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-6 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xxlarge-block-grid-6:before, .xxlarge-block-grid-6:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-6:after {
      clear: both; }
    .xxlarge-block-grid-6 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xxlarge-block-grid-6 &gt; li {
      width: 16.66667%;
      padding: 0 10px 20px;
      list-style: none; }
      .xxlarge-block-grid-6 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-6 &gt; li:nth-of-type(6n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-7 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xxlarge-block-grid-7:before, .xxlarge-block-grid-7:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-7:after {
      clear: both; }
    .xxlarge-block-grid-7 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xxlarge-block-grid-7 &gt; li {
      width: 14.28571%;
      padding: 0 10px 20px;
      list-style: none; }
      .xxlarge-block-grid-7 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-7 &gt; li:nth-of-type(7n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-8 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xxlarge-block-grid-8:before, .xxlarge-block-grid-8:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-8:after {
      clear: both; }
    .xxlarge-block-grid-8 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xxlarge-block-grid-8 &gt; li {
      width: 12.5%;
      padding: 0 10px 20px;
      list-style: none; }
      .xxlarge-block-grid-8 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-8 &gt; li:nth-of-type(8n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-9 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xxlarge-block-grid-9:before, .xxlarge-block-grid-9:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-9:after {
      clear: both; }
    .xxlarge-block-grid-9 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xxlarge-block-grid-9 &gt; li {
      width: 11.11111%;
      padding: 0 10px 20px;
      list-style: none; }
      .xxlarge-block-grid-9 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-9 &gt; li:nth-of-type(9n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-10 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xxlarge-block-grid-10:before, .xxlarge-block-grid-10:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-10:after {
      clear: both; }
    .xxlarge-block-grid-10 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xxlarge-block-grid-10 &gt; li {
      width: 10%;
      padding: 0 10px 20px;
      list-style: none; }
      .xxlarge-block-grid-10 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-10 &gt; li:nth-of-type(10n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-11 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xxlarge-block-grid-11:before, .xxlarge-block-grid-11:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-11:after {
      clear: both; }
    .xxlarge-block-grid-11 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xxlarge-block-grid-11 &gt; li {
      width: 9.09091%;
      padding: 0 10px 20px;
      list-style: none; }
      .xxlarge-block-grid-11 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-11 &gt; li:nth-of-type(11n+1) {
        clear: both; } }

@media only screen and (min-width: 100em) {
  .xxlarge-block-grid-12 {
    display: block;
    padding: 0;
    margin: 0 -10px; }
    .xxlarge-block-grid-12:before, .xxlarge-block-grid-12:after {
      content: " ";
      display: table; }
    .xxlarge-block-grid-12:after {
      clear: both; }
    .xxlarge-block-grid-12 &gt; li {
      display: block;
      height: auto;
      float: left;
      padding: 0 10px 20px; }
    .xxlarge-block-grid-12 &gt; li {
      width: 8.33333%;
      padding: 0 10px 20px;
      list-style: none; }
      .xxlarge-block-grid-12 &gt; li:nth-of-type(1n) {
        clear: none; }
      .xxlarge-block-grid-12 &gt; li:nth-of-type(12n+1) {
        clear: both; } }

/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical &gt; .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow &gt; .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal &gt; .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical &gt; .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container &gt; img,
.swiper-zoom-container &gt; svg,
.swiper-zoom-container &gt; canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/*------------------------------------------------------------------
[Table of contents]

	General
	Left
	Right
	Medium Screens
	Large Screens
	
[/Table of contents]
-------------------------------------------------------------------*/
/* General */
.st-content,
.st-content-inner {
  position: relative;
  overflow: hidden;
  min-height: 100vh; }

.st-container {
  position: relative;
  overflow: hidden; }

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  /*transition: transform 0.5s;*/ }

.ie9 .slide-from-right .st-pusher {
  margin-right: 250px; }

.ie9 .slide-from-left .st-pusher {
  margin-left: 250px; }

.st-pusher-after {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0; }

.st-menu-open .st-pusher-after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.st-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 270px;
  height: 100%;
  padding: 0;
  background: transparent;
  -webkit-transition: all 1s;
  transition: all 1s;
  font-size: 16px;
  overflow-y: auto; }

.st-menu.open {
  /*overflow-y:auto;*/ }

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1; }

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0; }

/* Off-canvas - Left */
.slide-from-left.st-menu-open .st-pusher {
  -webkit-transform: translate3d(270px, 0, 0);
  transform: translate3d(270px, 0, 0); }

.slide-from-left.st-menu {
  z-index: 1; }

.slide-from-left.st-menu-open .slide-from-left.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s; }

.slide-from-left.st-menu::after {
  display: none; }

/* Off-canvas - Right */
.slide-from-right.st-menu-open .st-pusher {
  -webkit-transform: translate3d(-270px, 0, 0);
  transform: translate3d(-270px, 0, 0); }

.slide-from-right.st-menu {
  z-index: 1;
  right: 0;
  left: inherit; }

.slide-from-right.st-menu-open .slide-from-right.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slide-from-right.st-menu::after {
  display: none; }

/* Medium Screens */
@media only screen and (min-width: 40.063em) {
  .st-menu {
    width: 320px; }
  .slide-from-left.st-menu-open .st-pusher {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0); }
  .slide-from-right.st-menu-open .st-pusher {
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0); }
  .ie9 .slide-from-right .st-pusher {
    margin-right: 320px; }
  .ie9 .slide-from-left .st-pusher {
    margin-left: 320px; } }

/* Large Screens */
@media only screen and (min-width: 80em) {
  .admin-bar .st-menu {
    padding-top: 32px; } }

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0; }

.nano .content:focus {
  outline: 0; }

.nano .content::-webkit-scrollbar {
  visibility: hidden; }

.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible; }

.nano .pane {
  position: absolute;
  width: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.nano .pane .slider {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px; }

.nano:hover .pane, .pane.active, .pane.flashed {
  opacity: 0.99; }

/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%); }

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice &gt; .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

html[dir="rtl"] .select2-container .select2-choice &gt; .select2-chosen {
  margin-left: 26px;
  margin-right: 0; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb; }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%); }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2.png") no-repeat 0 1px; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2.png") no-repeat 100% -22px;
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2.png") no-repeat -37px -22px;
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff;
  /*background: #fff url('https://gangbiker.com/wp-content/themes/shopkeeper%201.9/css/select2-spinner.gif') no-repeat 100%;
    background: url('https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;*/ }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
  filter: none; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px; }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children &gt; .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  /*background: #f4f4f4 url('https://gangbiker.com/wp-content/themes/shopkeeper%201.9/css/select2-spinner.gif') no-repeat 100%;*/
  background: #f4f4f4; }

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2); }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%); }

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  /*background: #fff url('https://gangbiker.com/wp-content/themes/shopkeeper%201.9/css/select2-spinner.gif') no-repeat 100% !important;*/ }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2.png") right top no-repeat; }

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }
  .select2-search input {
    background-position: 100% -21px !important; } }

/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  display: block;
  *display: inline;
  *zoom: 1; }

.easyzoom img {
  vertical-align: bottom; }

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888; }

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .7s ease;
  -moz-transition: opacity .7s ease;
  transition: opacity .7s ease; }

.easyzoom-flyout:hover {
  opacity: 1; }

.easyzoom-flyout img {
  max-width: none !important;
  width: auto !important; }

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px; }

/*------------------------------------------------------------------
[Table of Contents]

    Global Styles
    Widgets
    Offcanvas
    Content
    Products Archive
    Single Product
    Fresco/Lightbox
    WP Gallery
    Comments
    Footer	
	
[/Table of Contents]
-------------------------------------------------------------------*/
/**********************************************************************************/
/* Global Styles ******************************************************************/
/**********************************************************************************/
* {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent; }

a {
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }

.entry-content a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.entry-content a:hover {
  opacity: 0.7; }

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

html.overflow-y-hidden,
body.overflow-y-hidden {
  overflow: hidden; }

h1:first-child {
  margin-top: -0.13em; }

ins {
  text-decoration: none; }

article {
  margin-bottom: 40px; }

.woocommerce-page article {
  margin: 0; }

address {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
  font-style: normal; }

audio {
  visibility: hidden; }

pre {
  background: #fafafa;
  padding: 23px 30px;
  line-height: 1.8em;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  color: #5f5b5b; }

table {
  width: 100%;
  margin-bottom: 40px;
  background: none; }

table thead th {
  text-transform: uppercase;
  font-size: 13px !important; }

table tbody th {
  font-weight: normal; }

table tr {
  text-align: left;
  border-collapse: collapse; }

table tr td {
  border-top-width: 1px;
  border-top-style: solid; }

table tbody tr:last-child td {
  border-bottom: none; }

table tfoot,
table thead {
  background: none; }

blockquote {
  margin: 0 0 40px 0;
  padding: 0;
  border: 0;
  font-size: 30px;
  color: #000;
  line-height: 1.3em;
  /*padding:20px 0 0 60px;*/ }

blockquote cite {
  margin: 20px 0 0 0;
  font-style: normal;
  font-weight: bold;
  line-height: 20px; }

ul, ol, dl {
  margin-bottom: 0; }

dl {
  /*padding:30px 0 30px 60px;*/ }

dl dt {
  margin-bottom: 0.8rem; }

dl dd {
  margin: 0; }

dl.wp-caption {
  padding: 0; }

dd {
  padding-bottom: 30px; }

.row-relative {
  position: relative; }

.vertical-aligned {
  margin: auto;
  position: absolute;
  top: 50%;
  /*-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);*/
  margin-top: -20px; }

.vertical-aligned.to-left {
  left: 0;
  right: auto; }

.vertical-aligned.to-right {
  right: 0;
  left: auto; }

/**********************************************************************************/
/* Widgets ************************************************************************/
/**********************************************************************************/
.widget-area {
  font-size: 16px; }

.widget {
  margin-bottom: 50px; }

.widget a {
  font-weight: 700; }

.widget form {
  margin: 0; }

.widget ul,
.widget ol {
  margin: 0 0 0 0;
  font-size: 15px;
  line-height: 20px;
  list-style: none; }

.widget ul .children,
.widget ul .sub-menu,
.widget ol .children,
.widget ol .sub-menu {
  margin: 5px 0 5px 20px; }

.widget li {
  margin: 0 0 17px 0; }

.widget .post-date {
  display: block; }

.widget .recentcomments,
.widget_recent_entries li,
.shop_sidebar .widget_recent_entries li {
  position: relative;
  margin-bottom: 17px; }

.widget.widget_recent_entries ul li a {
  font-weight: bold; }

.widget.widget_recent_entries ul li span {
  font-size: 0.8125rem; }

.widget.widget_recent_entries ul li:before {
  /*	display: none;*/
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "\f15c";
  position: absolute;
  top: 0;
  left: 0px;
  width: 20px;
  height: 20px; }

.widget.widget_recent_entries ul li:first-child:before {
  top: 7px; }

.widget .recentcomments,
.widget.widget_recent_entries ul li {
  padding-left: 20px; }

.widget .recentcomments:before {
  /*	display: none;*/
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "\f075";
  position: absolute;
  top: 0;
  left: 0px;
  width: 20px;
  height: 20px; }

.widget .recentcomments:first-child:before {
  top: 7px; }

.widget .recentcomments a {
  /*display: block;
	font-style:normal;*/
  display: block !important;
  font-weight: bold; }

.widget .cat-item {
  text-transform: capitalize;
  margin-bottom: 10px; }

.widget .tagcloud {
  margin-top: 26px;
  margin-bottom: -5px; }

.widget .tagcloud a {
  border-width: 1px;
  border-style: solid;
  border-radius: 13px;
  display: inline-block;
  font-size: 12px !important;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 6px 13px 4px;
  text-transform: uppercase;
  word-wrap: break-word; }

#site-footer .widget .tagcloud a,
.widget .tagcloud a {
  color: #999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.widget .tagcloud a:hover {
  color: #fff !important;
  border: 1px solid; }

.widget .textwidget {
  line-height: 1.375em; }

.entry-content .widget ins {
  background: none;
  color: #888; }

.widget .amount {
  margin-top: 5px;
  display: inline-block; }

.widget del .amount {
  font-size: 1em;
  text-decoration: line-through; }

.widget_archive li {
  margin: 0 0 5px 0; }

.widget_meta li {
  margin: 0 0 5px 0; }

.widget_rss .widget-title a {
  color: #000;
  font-weight: bold !important; }

.widget_rss .widget-title a:first-child {
  display: none; }

.widget_rss .rss-date,
.widget_rss cite {
  display: block;
  padding: 10px 0;
  color: #555;
  font-style: italic; }

.widget_rss .rssSummary {
  display: block; }

.widget_calendar table {
  border: 0; }

.widget_calendar table tr td {
  border: 0; }

.widget_calendar table thead,
.widget_calendar table tfoot {
  background: none; }

.widget_calendar caption {
  font-size: 0.8125rem;
  padding: 0 0 10px 0;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase; }

.widget_calendar table thead th {
  font-size: 0.875rem !important;
  font-weight: 700; }

.widget_calendar table tr {
  border: none; }

.widget_calendar table tr td {
  font-size: 0.8125rem; }

.widget_calendar table tr th,
.widget_calendar table tr td {
  text-align: left; }

.widget_calendar table thead tr th,
.widget_calendar table tfoot tr td {
  padding: 0; }

.widget_calendar table tr.even,
.widget_calendar table tr.alt,
.widget_calendar table tr:nth-of-type(even) {
  background: none; }

.widget_calendar #prev {
  text-align: left; }

.widget_calendar #next {
  text-align: right; }

.widget_calendar #today {
  font-weight: 700; }

.widget_product_search,
.widget_search {
  /*margin: 0;*/
  position: relative; }

.widget_product_search label,
.widget_search label {
  display: none; }

.widget_product_search input,
.widget_search input {
  margin: 0;
  padding: 0 10px; }

.widget_product_search #searchsubmit,
.widget_search #searchsubmit,
.widget_product_search .search-submit,
.widget_search .search-submit {
  position: absolute;
  bottom: 2px;
  right: 2px;
  padding: 9px 10px 8px 10px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase; }

.widget_shopkeeper_social_media .widget-title {
  margin-bottom: 16px; }

.widget_shopkeeper_social_media a {
  font-size: 0; }

.widget_shopkeeper_social_media a:before {
  display: inline-block;
  font-size: 24px;
  padding: 10px 20px 10px 0;
  margin-right: 10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.widget_shopkeeper_social_media a:first-of-type:before {
  /*padding-left: 0 !important;*/ }

.widget a.widget_connect_facebook:before {
  content: "\f09a"; }

.widget a.widget_connect_pinterest:before {
  content: "\f0d2"; }

.widget a.widget_connect_linkedin:before {
  content: "\f0e1"; }

.widget a.widget_connect_twitter:before {
  content: "\f099"; }

.widget a.widget_connect_googleplus:before {
  content: "\f0d5"; }

.widget a.widget_connect_rss:before {
  content: "\f09e"; }

.widget a.widget_connect_tumblr:before {
  content: "\f173"; }

.widget a.widget_connect_instagram:before {
  content: "\f16d"; }

.widget a.widget_connect_youtube:before {
  content: "\f16a"; }

.widget a.widget_connect_vimeo:before {
  content: "\f194"; }

.widget a.widget_connect_behance:before {
  content: "\f1b4"; }

.widget a.widget_connect_dribble:before {
  content: "\f17d"; }

.widget a.widget_connect_flickr:before {
  content: "\f16e"; }

.widget a.widget_connect_git:before {
  content: "\f1d3"; }

.widget a.widget_connect_skype:before {
  content: "\f17e"; }

.widget a.widget_connect_weibo:before {
  content: "\f18a"; }

.widget a.widget_connect_foursquare:before {
  content: "\f180"; }

.widget a.widget_connect_soundcloud:before {
  content: "\f1be"; }

.widget a.widget_connect_vk:before {
  content: "\f189"; }

.widget_shopping_cart_content {
  position: relative;
  /*min-height: 87px;*/
  margin-top: 30px; }

.widget_shopping_cart_content .product-thumbnail {
  width: 80px;
  min-width: 80px;
  max-width: 80px; }

.widget_shopping_cart_content tr {
  vertical-align: top; }

.widget_shopping_cart_content tr td {
  font-size: 14px;
  line-height: 18px;
  padding-top: 20px;
  padding-bottom: 20px; }

.widget_shopping_cart_content tr .product-thumbnail,
.widget_shopping_cart_content tr .product-name {
  padding-right: 20px; }

.widget_shopping_cart_content tr:first-child td {
  padding-top: 0px;
  border: none; }

.widget_shopping_cart_content tr:last-child td {
  padding-bottom: 0px; }

.widget_shopping_cart_content tr td.product-remove .remove {
  font-size: 16px; }

.widget_shopping_cart_content .product-name a {
  display: block; }

.woocommerce td.product-name dl.variation,
.woocommerce-page td.product-name dl.variation {
  margin: 6px 0 1px;
  color: #888; }

.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
  padding: 0; }

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt p,
.woocommerce td.product-name dl.variation dd p,
.woocommerce-page td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dd p,
.woocommerce-page td.product-name dl.variation dt p,
.woocommerce-page td.product-name dl.variation dd p {
  font-size: 1rem;
  margin: 0; }

.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dt {
  padding: 0;
  margin-right: 5px;
  font-weight: normal;
  text-transform: uppercase; }

.widget_shopping_cart_content table {
  margin-bottom: 0; }

.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: none;
  padding: 5px 0 25px;
  margin: 0; }

.widget_shopping_cart .total .subtotal_name {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #555; }

.widget_shopping_cart .total .amount {
  font-size: 1.3125rem;
  font-weight: 700;
  display: inline-block;
  margin-top: 0;
  text-align: right;
  float: right; }

.widget_shopping_cart .buttons {
  margin-bottom: 0; }

.widget_shopping_cart .buttons a {
  width: 100%;
  margin: 0 0 10px 0; }

.widget_shopping_cart .buttons a:after {
  display: none; }

.widget_shopping_cart .buttons a.view_cart {
  background: none !important;
  border: 2px solid;
  box-shadow: none;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  transition: all 0.3s;
  -webkit-transition: 0.3s; }

.widget_shopping_cart .buttons a.view_cart:hover {
  background: #000 !important;
  border: 2px solid #000;
  color: #fff !important; }

.widget_shopping_cart .buttons a.checkout {
  margin-bottom: 0; }

.widget-cart-empty-banner {
  position: absolute;
  left: 0;
  top: 0; }

.cart-empty-box {
  width: 87px;
  height: 78px;
  background-image: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/empty_cart_widget.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 87px 78px;
  display: inline-block; }

.cart-empty-text {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.625rem;
  padding-left: 107px; }

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-page ul.cart_list,
.woocommerce-page ul.product_list_widget {
  margin-top: 27px; }

.widget_recent_reviews .product_list_widget li a:first-child,
.widget_top_rated_products .product_list_widget li a:first-child {
  margin-top: 22px;
  margin-bottom: 2px; }

.widget_recent_reviews ul.product_list_widget li img,
.widget_top_rated_products ul.product_list_widget li img {
  margin-top: -22px !important; }

.product_list_widget .star-rating {
  font-size: 11px;
  position: absolute;
  top: 0; }

/**********************************************************************************/
/* Offcanvas **********************************************************************/
/**********************************************************************************/
.right-off-canvas-menu-content {
  padding: 20px 30px;
  color: #fff; }

.right-off-canvas-menu-content a {
  color: #ccc; }

.right-off-canvas-menu-content a:hover {
  color: #999; }

.right-off-canvas-menu-content .widgettitle {
  color: #fff;
  margin-bottom: 20px; }

.right-off-canvas-menu-content .buttons a {
  width: 100%; }

.shop_sidebar .widget ul .children {
  margin: 10px 0px 10px 20px; }

/**********************************************************************************/
/* Content ************************************************************************/
/**********************************************************************************/
.without-sidebar {
  /*text-align:center;*/ }

.page-header {
  margin-bottom: 55px; }

.content-area {
  padding: 85px 0 0 0; }

.page-template-default .entry-header.with_featured_img,
.page-template-default .entry-header.with_featured_img {
  margin-top: -85px; }

ul,
ol {
  margin: 0.875em 0 0.875em 2.1875em; }

.wp-caption {
  max-width: 100%; }

.entry-thumbnail {
  text-align: center; }

.entry-thumbnail img {
  /* margin-bottom:65px;*/ }

.entry-meta {
  margin: 51px 0 0 0;
  line-height: 1.8em;
  font-size: .85em;
  /*font-style:italic;*/
  text-align: center; }

.edit-link {
  margin: 30px 0; }

.without-sidebar .entry-meta {
  /*text-align:center;*/ }

.entry-meta ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.entry-meta ul li {
  display: inline-block;
  margin-right: 20px; }

.author-info {
  padding: 0 0 0 100px;
  position: relative;
  margin: 50px 0 0 0;
  text-align: left; }

.author-avatar {
  position: absolute;
  left: 0;
  top: .3em;
  width: 70px;
  height: 70px;
  overflow: hidden; }

.author-avatar img {
  width: 70px;
  height: 70px; }

.author-link {
  display: inline-block; }

.wp-caption-text {
  color: #999;
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px; }

.attachement {
  text-align: center;
  margin-bottom: 80px; }

.attachement .entry-content {
  margin-top: 40px; }

.entry-meta-attachment,
.previous-image,
.next-image {
  line-height: 1.8em;
  font-size: 1.125rem; }

.entry-meta-attachment {
  padding: 3px 0 8px; }

/* Image Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.previous-image,
.next-image {
  padding: 15px 0 0px; }

.next-image a,
.previous-image a {
  color: #adadad;
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  position: relative; }

.next-image a {
  padding-right: 5px; }

.previous-image a {
  padding-left: 5px; }

.previous-image {
  text-align: left; }

.next-image {
  text-align: right;
  text-transform: uppercase; }

.previous-arrow,
.next-arrow {
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 1px; }

#nav-below {
  /*	margin:50px 0 0px;*/ }

.nav-previous {
  text-align: left;
  line-height: 1.8em; }

.nav-next {
  text-align: right;
  line-height: 1.8em; }

.nav-previous-title,
.nav-next-title {
  font-size: 0.619em;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase; }

/**********************************************************************************/
/* Products Archive ***************************************************************/
/**********************************************************************************/
.products-grid {
  -webkit-backface-visibility: hidden; }

.woocommerce ul.products-grid,
.woocommerce-page ul.products-grid {
  margin: 0px -10px 16px; }

.products li {
  position: relative; }

.site-content .products li {
  margin-bottom: 6px; }

.products li img {
  width: 100%;
  height: auto; }

/**********************************************************************************/
/* Single Product *****************************************************************/
/**********************************************************************************/
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
  margin: 0;
  float: none;
  display: inline-block;
  top: 4px; }

.woocommerce-product-details__short-description {
  margin: 0 0 40px 0; }

.variations_lines {
  padding: 0; }

.big-select {
  opacity: 0;
  width: 230px;
  height: 48px;
  margin: 0;
  padding: 0; }

.big-select.alignright {
  /*	margin:0 -5px 0 0;
	direction: rtl;*/ }

.big-select:hover {
  background-color: transparent; }

.big-select:focus {
  outline: none; }

.reset_variations {
  margin: 11px 0 0 0;
  display: inline-block;
  font-size: 1rem; }

.single_variation {
  margin: 22px 0 26px; }

.woocommerce-tabs {
  margin: 0px; }

.product_meta {
  text-align: center;
  margin: 30px 0; }

/**********************************************************************************/
/* WP Gallery *********************************************************************/
/**********************************************************************************/
.gallery {
  margin: 20px 0 !important; }

.gallery dl dt {
  padding: 0;
  margin: 0; }

.gallery-item {
  margin: 0 !important; }

/**********************************************************************************/
/* Comments ***********************************************************************/
/**********************************************************************************/
.comments-area {
  margin: 36px 0 25px; }

.comments-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: normal;
  text-align: center; }

.comments-area article {
  padding: 19px 0;
  margin: 0; }

.comment-list {
  list-style: none;
  padding: 0;
  margin: 17px 0 0 !important; }

.comment-list ul.children {
  list-style: none;
  margin: 0 0 1em 0; }

.comment-content {
  padding: 0;
  position: relative; }

.comment-content .comment-author,
.comment-content .comment-metadata {
  padding: 0 0 0 55px; }

.comment-author-avatar {
  position: absolute;
  left: 0;
  top: 5px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px; }

.comment-author-avatar img {
  width: 36px;
  height: 36px; }

.comment-author {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-transform: capitalize;
  font-size: 1.125rem; }

.comment-metadata time {
  font-size: 14px;
  color: #999999; }

.comment-text p {
  margin: 15px 0 10px 0; }

.comment-reply {
  padding-right: 20px; }

.comment-reply i,
.comment-edit-link i {
  font-size: 13px;
  margin-right: 5px; }

.comment-reply {
  font-size: 14px; }

.comment-edit-link {
  font-size: 14px; }

.comment-awaiting-moderation {
  font-style: italic;
  color: #999;
  font-size: 14px; }

.comment-respond {
  margin: 0px 0 30px 0; }

.comment-respond label {
  /*	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:7px;
	font-size:.8em;*/ }

#reply-title {
  font-size: 30px;
  font-weight: normal;
  padding: 0 0 5px 0;
  margin: 0;
  text-align: center; }

.logged-in-as,
.comment-notes {
  text-align: center;
  margin-bottom: 30px; }

.comment-notes {
  color: #777; }

textarea#comment {
  height: 200px;
  line-height: 1.8em; }

/**********************************************************************************/
/* Footer *************************************************************************/
/**********************************************************************************/
#site-footer {
  padding: 60px 0 30px; }

/*.site-footer-widget-area .columns:nth-child(2n+1) {
	clear:left;
}*/
.site-footer-widget-area .columns:last-child {
  float: left; }

#site-footer .widget-title {
  text-transform: uppercase;
  font-weight: bold; }

.payment_methods {
  text-align: center; }

.payment_methods img {
  max-height: 30px;
  width: auto;
  margin-bottom: 17px; }

.copyright_text {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  text-align: center; }

/**********************************************************************************/
/* General ************************************************************************/
/**********************************************************************************/
.woocommerce .entry-title,
.woocommerce-page .entry-title {
  margin-bottom: 50px; }

.woocommerce .page-title,
.woocommerce-page .page-title {
  text-transform: none; }

.woocommerce h2 {
  font-size: 1.3125rem; }

.woocommerce h3,
.woocommerce-checkout .content-area .billing_shipping_address_title {
  font-size: 0.875rem; }

.woocommerce a.remove {
  font-size: 1.125rem;
  display: inline-block;
  text-align: right;
  opacity: 1;
  position: relative;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }

.woocommerce a.remove:hover {
  color: inherit !important;
  background: none !important;
  opacity: .4 !important; }

/**********************************************************************************/
/* Forms  *************************************************************************/
/**********************************************************************************/
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 5px 0;
  margin: 0; }

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  width: 100%; }

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
  border: none;
  color: #fff;
  font-size: 0.8125rem !important;
  line-height: 1.4em;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased; }

/**********************************************************************************/
/* My Account Login / Register *****************************************************/
/**********************************************************************************/
.login-register-container {
  margin-top: 20px;
  text-align: center; }

.account-forms-container {
  display: inline-block;
  max-width: 100%;
  width: 472px;
  text-align: left;
  height: auto;
  padding-left: 0px; }

.login-register-container .page-title {
  margin-bottom: 18px; }

.site-content .account-tab-list,
.account-tab-list {
  list-style: none;
  margin: 0;
  position: relative; }

.account-tab-list:after {
  content: "";
  display: block;
  clear: both; }

.account-tab-item {
  float: left;
  margin-right: 20px;
  line-height: 42px; }

.account-tab-item.last {
  margin-right: 0; }

.account-tab-link-mobile {
  font-size: 0.875rem;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 30px 20px 35px;
  width: 100%;
  min-width: 122px;
  border: 2px solid;
  line-height: 1;
  opacity: 1;
  z-index: 100;
  transition: opacity .3s ease .3s;
  -webkit-transition: opacity .3s ease .3s; }

.account-tab-link.current {
  z-index: 99;
  opacity: 0;
  transition: opacity .3s;
  -webkit-transition: opacity .3s; }

.account-tab-link.registration_disabled {
  display: none; }

.account-tab-link.registration_disabled:hover {
  color: #333; }

.option-register {
  display: inline-block;
  font-size: 0.875em; }

.login-register-container .form-row {
  padding: 10px 0 !important; }

.login-register-container .form-row.without-padding {
  padding: 0 !important; }

.woocommerce form .form-row.remember-me-row,
.woocommerce-page form .form-row.remember-me-row {
  padding: 7px 0 0; }

.woocommerce form .form-row.remember-me-row label {
  font-size: 1.125rem; }

.lost-pass-link {
  font-size: 13px;
  float: right;
  line-height: 1.5em;
  padding-bottom: 3px;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold; }

.login-register-container input[type="submit"] {
  margin-top: 0px !important;
  width: 100%; }

.register-form {
  display: none; }

.login-form .login_footer_separator {
  margin-top: -19px; }

.register-form .login_footer_separator {
  margin-top: -5px; }

.login_footer {
  display: none; }

.login_footer_separator {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 25px 0; }

.login_footer_separator:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ddd;
  position: absolute;
  top: 50%;
  margin-top: -1px; }

.login_footer_separator_title {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 15px;
  color: #888;
  position: relative;
  z-index: 3;
  background: #fff; }

.go_home {
  display: none;
  color: #fff;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  margin-top: 10px;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  line-height: 1em;
  outline: none;
  text-transform: uppercase; }

/**********************************************************************************/
/* My Account Lost Password *******************************************************/
/**********************************************************************************/
.lost-reset-pass-text {
  font-size: 1.312em;
  line-height: 2rem;
  margin: 0 -40px 32px;
  text-align: center; }

.lost-reset-pass-text:before {
  content: "\f1cd";
  font-size: 24px;
  margin-top: 3px;
  margin-right: 10px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**********************************************************************************/
/* My Account Logged-in ***********************************************************/
/**********************************************************************************/
.woocommerce-account table a {
  font-weight: 700; }

.woocommerce-account .content-area ul,
.woocommerce-account .content-area ol,
.woocommerce-account .content-area dl,
.my_address_wrapper dl {
  font-size: 1rem;
  line-height: 1.5em; }

.woocommerce-account .content-area table tr td {
  font-size: 1rem; }

.woocommerce-account h2 {
  margin-top: 51px;
  margin-bottom: 12px; }

.woocommerce-account h2.my_address_title {
  margin-bottom: 22px; }

.my_address_title {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 25px;
  margin-bottom: 22px;
  margin-top: 51px; }

.myaccount_user_inner {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto; }

.myaccount_user_inner a {
  font-weight: normal; }

.myaccount_form_headers {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 2px; }

.woocommerce .myaccount_form_headers {
  font-size: 1.25rem; }

.account_button {
  margin-top: 21px !important; }

.woocommerce ul.digital-downloads,
.woocommerce-page ul.digital-downloads {
  margin-bottom: 58px; }

.woocommerce ul.digital-downloads li:before,
.woocommerce-page ul.digital-downloads li:before {
  display: none; }

.woocommerce ul.digital-downloads:before,
.woocommerce-page ul.digital-downloads:before,
.woocommerce ul.digital-downloads li:after,
.woocommerce-page ul.digital-downloads li:after {
  content: "";
  display: block;
  width: auto;
  height: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 19px 0; }

.woocommerce ul.digital-downloads:before,
.woocommerce-page ul.digital-downloads:before {
  margin: 28px 0 18px; }

.woocommerce ul.digital-downloads li a:before,
.woocommerce-page ul.digital-downloads li a:before {
  content: "\f019";
  display: inline-block;
  margin-right: 10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 4px;
  left: 0; }

.woocommerce ul.digital-downloads li a,
.woocommerce-page ul.digital-downloads li a {
  padding-left: 22px;
  width: 100%; }

.woocommerce ul.digital-downloads li .count,
.woocommerce-page ul.digital-downloads li .count
.woocommerce ul.digital-downloads li a,
.woocommerce-page ul.digital-downloads li a {
  display: block;
  position: relative;
  /*text-align: center;*/ }

.woocommerce ul.digital-downloads li .count,
.woocommerce-page ul.digital-downloads li .count {
  float: none;
  padding-left: 22px; }

.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 1em; }

.woocommerce .my_account_container table.shop_table td,
.woocommerce-page .my_account_container table.shop_table td {
  padding: 13px 0; }

.woocommerce .my_account_container table.shop_table td .amount,
.woocommerce-page .my_account_container table.shop_table td .amount {
  display: block;
  font-weight: bold; }

.woocommerce .my_account_container table.shop_table td.order-number,
.woocommerce-page .my_account_container table.shop_table td.order-number {
  font-size: 1.125em;
  padding-left: 20px;
  padding-right: 20px; }

.woocommerce .my_account_container table.shop_table .order-status,
.woocommerce .my_account_container table.shop_table .order-date {
  padding-left: 20px;
  padding-right: 20px; }

.woocommerce .my_account_container table.shop_table .order-total {
  padding-left: 0px;
  padding-right: 0px;
  /*width: 90px;*/ }

.woocommerce .my_account_container table.shop_table .order-total,
.woocommerce .my_account_container table.shop_table .order-date {
  padding-left: 20px;
  padding-right: 20px; }

.woocommerce .my_account_container table.shop_table .order-date,
.woocommerce .my_account_container table.shop_table .order-actions {
  padding-left: 20px;
  padding-right: 20px; }

.account_view_link {
  font-size: 0.875rem;
  text-transform: uppercase; }

/* Edit Account */
.woocommerce form .form-row-first.first-name-row,
.woocommerce-page form .form-row-last.last-name-row,
.woocommerce form .form-row-first.password-row,
.woocommerce-page form .form-row-last.repeat-password-row {
  width: 100%; }

.edit-account fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

.edit-account legend {
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 50px 0 13px;
  margin: 0;
  background: transparent; }

.edit-account .button {
  margin-top: 20px !important; }

/* Billing Address/Shipping Address */
.chosen-container {
  font-size: 1.125rem;
  font-weight: 700;
  width: 100% !important; }

.billing_shipping_address_title {
  margin-bottom: 13px;
  margin-top: 40px; }

.billing_shipping_address_title .edit-link {
  display: block;
  position: relative;
  margin-top: 5px; }

.my_address_description {
  font-size: 1rem; }

.customer_details:after {
  content: "";
  clear: both;
  display: block; }

.customer_details dt {
  clear: both;
  margin-right: 5px; }

#shipping_address_2_field,
#billing_address_2_field {
  padding-top: 0;
  margin-top: 20px; }

.shipping_billing_wrapper .edit-link {
  display: block;
  margin: 15px 0; }

.edit-link .fa {
  margin-right: 5px; }

/* View Order */
.order-info {
  text-align: center;
  margin: 14px -30px 8px;
  padding: 32px 30px;
  position: relative; }

.order-info:before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  /*background: url('https://gangbiker.com/wp-content/themes/images/horizontal-grey-pattern.png');*/
  position: absolute;
  top: -10px;
  left: 0; }

.order-info mark {
  background: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #FFF; }

.order-info .order-status {
  margin-right: 0; }

.shop_table tr td {
  font-size: 1rem; }

.shop_table.order_details a {
  font-weight: bold; }

.shop_table.order_details .product-total {
  padding-left: 30px !important; }

.woocommerce .shop_table.order_details tbody tr:last-child td,
.woocommerce-page .shop_table.order_details tbody tr:last-child td {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.shop_table.order_details {
  margin-bottom: 0 !important; }

.woocommerce .shop_table.order_details td,
.woocommerce-page .shop_table.order_details td {
  padding: 15px 0; }

.woocommerce .shop_table.order_details td .amount,
.woocommerce-page .shop_table.order_details td .amount {
  font-weight: normal; }

.woocommerce .shop_table.order_details td .variation,
.woocommerce-page .shop_table.order_details td .variation,
.woocommerce-page .shop_table.order_details td .variation p,
.woocommerce-page .shop_table.order_details small {
  font-size: 0.875rem;
  line-height: 1em; }

.woocommerce-page .shop_table.order_details td .variation dt {
  text-transform: uppercase; }

.woocommerce-page .shop_table.order_details td .variation p {
  font-size: 1em;
  line-height: 1em; }

.woocommerce-page .shop_table.order_details td .variation dd {
  margin-bottom: 2px; }

.shop_table.order_details tfoot tr {
  border: none; }

.woocommerce .shop_table.order_details tfoot th,
.woocommerce-page .shop_table.order_details tfoot th,
.woocommerce .shop_table.order_details tfoot td,
.woocommerce-page .shop_table.order_details tfoot td {
  font-size: 1rem;
  font-weight: normal;
  border: none;
  padding: 0;
  padding-top: 12px; }

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 0; }

.woocommerce .shop_table.order_details tfoot th,
.woocommerce-page .shop_table.order_details tfoot th {
  padding-left: 0%; }

.woocommerce .shop_table.order_details tfoot td,
.woocommerce-page .shop_table.order_details tfoot td {
  padding-left: 30px; }

.woocommerce .shop_table.order_details tfoot td .amount,
.woocommerce-page .shop_table.order_details tfoot td .amount {
  font-weight: bold; }

.woocommerce .shop_table.order_details tfoot tr:first-child td,
.woocommerce-page .shop_table.order_details tfoot tr:first-child td,
.woocommerce .shop_table.order_details tfoot tr:first-child th,
.woocommerce-page .shop_table.order_details tfoot tr:first-child th {
  padding-top: 27px; }

#shipping_method {
  font-size: 16px; }

.woocommerce ul#shipping_method {
  line-height: 18px;
  margin-top: -7px; }

.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
  padding: 7px 0 7px 20px;
  /*text-indent: -30px;*/ }

#shipping_method .check_label_radio {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  margin-left: -21px;
  padding-top: 0px; }

#shipping_method li .amount {
  display: block;
  font-weight: 700;
  /*margin-top: 3px;*/ }

.woocommerce .shop_table.customer_details {
  margin: 25px 0 10px 0; }

.woocommerce-order-received .shop_table.customer_details {
  margin: 34px 0 10px 0;
  float: left;
  width: 33%; }

.woocommerce-order-received h2 {
  text-transform: uppercase; }

.woocommerce .shop_table.customer_details tr {
  border: none; }

.woocommerce .shop_table.customer_details th,
.woocommerce .shop_table.customer_details td {
  border: none;
  padding: 0;
  line-height: 1.5em;
  float: left;
  display: block;
  width: 100%; }

.woocommerce .shop_table.customer_details th {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: bold; }

.woocommerce .shop_table.customer_details td {
  font-size: 1rem;
  padding: 5px 0 15px 0; }

.woocommerce .shop_table.customer_details td:before {
  /*content: attr(data-title) ": ";
    font-weight: 700;
	display: block !important;
	font-size: 0.8125em;
	font-weight: bold !important;
	margin-bottom: -2px;
	text-transform: uppercase;*/ }

.woocommerce .shop_table.customer_details tr:nth-child(2n) td {
  background: none; }

.shipping_billing_wrapper h3 {
  margin-top: 30px; }

/**********************************************************************************/
/* Order Tracking *****************************************************************/
/**********************************************************************************/
.track-order-description {
  width: 718px;
  max-width: 100%;
  margin: 0 auto 57px;
  text-align: center; }

.track_order_form {
  padding: 43px 30px 45px;
  margin: 0 -30px -58px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.track_order_form.custom_border:after {
  display: none; }

.custom_border {
  position: relative; }

.custom_border:before,
.custom_border:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px; }

.custom_border:before {
  position: absolute;
  top: -10px;
  left: 0; }

.custom_border:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Opera, Chrome, and Safari */ }

.input_box {
  margin-bottom: 12px; }

.input_box.last {
  margin-bottom: 16px; }

.input_box .input-text {
  font-weight: normal;
  background: #fff; }

.track_order_form input[type="submit"] {
  width: 100%; }

/**********************************************************************************/
/* Shop Catalog *******************************************************************/
/**********************************************************************************/
/* Catalog Top Bar */
.tob_bar_shop .woocommerce-breadcrumb {
  text-align: left; }

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 24px;
  padding: 8px 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold; }
  .woocommerce .woocommerce-breadcrumb a,
  .woocommerce-page .woocommerce-breadcrumb a {
    padding-left: 7px;
    padding-right: 7px; }
    .woocommerce .woocommerce-breadcrumb a:first-child,
    .woocommerce-page .woocommerce-breadcrumb a:first-child {
      padding-left: 0; }
    .woocommerce .woocommerce-breadcrumb a.shop-all-products,
    .woocommerce-page .woocommerce-breadcrumb a.shop-all-products {
      cursor: inherit; }
      .woocommerce .woocommerce-breadcrumb a.shop-all-products:hover,
      .woocommerce-page .woocommerce-breadcrumb a.shop-all-products:hover {
        color: inherit; }

.woocommerce .woocommerce-breadcrumb .delimiter,
.woocommerce-page .woocommerce-breadcrumb .delimiter {
  font-size: 0; }

.woocommerce .woocommerce-breadcrumb .delimiter:after,
.woocommerce-page .woocommerce-breadcrumb .delimiter:after {
  content: "\f105";
  display: inline-block;
  font-size: 14px;
  padding: 0 10px 0 11px;
  position: relative;
  font-family: FontAwesome;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.woocommerce-breadcrumb br {
  display: none; }

/* Catalog Header */
.shop_header {
  text-align: left;
  margin-bottom: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.shop_header.with_featured_img {
  padding-top: 135px;
  padding-bottom: 170px;
  margin-top: -85px;
  margin-bottom: 40px; }

.shop_header_bkg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0; }

.shop_header_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: none; }

.shop_header.with_featured_img .shop_header_overlay {
  display: block; }

.woocommerce_category_header_image {
  display: none; }

.shop_header.with_featured_img .term-description {
  color: #fff; }

.page-description {
  text-align: center; }

.term-description {
  text-align: center;
  margin-top: -10px; }

.catalog-ordering:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  padding-top: 0px;
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: -7px;
  float: right; }

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  display: none;
  float: right;
  font-size: 0.875rem;
  line-height: 24px;
  margin: 0 15px 0 0; }

/* Catalog Categories List */
.list_shop_categories {
  margin: 0px 0 3px; }

.shop_header.with_featured_img .page-title.on-shop {
  color: #fff; }

.shop_header.with_featured_img .list_shop_categories a {
  color: #fff;
  border-bottom: 1px solid #fff; }

.shop_header.with_featured_img .list_shop_categories a:hover {
  border-bottom: 1px solid transparent; }

/* Catalog Products */
.catalog_top {
  padding: 0px 0px 20px; }

.woocommerce .products a {
  display: block; }

.products a.button,
.woocommerce .products .added_to_cart.wc-forward,
.woocommerce-page .products .added_to_cart.wc-forward {
  cursor: pointer;
  line-height: normal;
  margin: 0 !important;
  min-width: inherit;
  position: relative;
  text-decoration: none;
  text-align: left;
  display: inline-block;
  font-size: .8125rem !important;
  text-transform: uppercase;
  font-weight: 900;
  background: none !important;
  border-color: none !important;
  -webkit-appearance: none;
  border: none;
  -webkit-transition: color 300ms ease !important;
  -moz-transition: color 300ms ease !important;
  transition: color 300ms ease !important; }

.products a.button {
  padding: 0.2em 0 0em 0 !important; }

.woocommerce .products .added_to_cart.wc-forward,
.woocommerce-page .products .added_to_cart.wc-forward {
  padding: 0.2em 0 0em 1.315em !important; }

.products a.button.added {
  display: none; }

.products .product_added_to_cart a.button:before {
  top: 5px; }

.products a.button:hover,
.woocommerce .products .added_to_cart.wc-forward:hover,
.woocommerce-page .products .added_to_cart.wc-forward:hover {
  background: none !important; }

.woocommerce .products a.button.loading:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 16px;
  background: url("../images/morph-shape-gif-preloader.gif") center no-repeat;
  background-size: auto 15px;
  vertical-align: top;
  position: relative;
  top: 0px;
  left: auto;
  right: auto;
  animation: none;
  -webkit-animation: none; }

.woocommerce .products ul h3,
.woocommerce ul.products h3,
.woocommerce-page .products ul h3,
.woocommerce-page ul.products h3 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  padding: 17px 35px 0 0;
  margin: 0;
  display: inline-block;
  text-transform: none;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  -ms-transition: color .3s ease;
  transition: color .3s ease; }

.products .added_to_cart.wc-forward:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 5px;
  right: auto;
  left: 0;
  text-indent: 0; }

.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce #content input.button:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page #content input.button:active {
  top: 0; }

.woocommerce .products a.button.loading {
  opacity: 1; }

/* Catalog Sale / Out of Stock Badges */
.product-link {
  display: block;
  position: relative; }

.woocommerce .products span.onsale,
.woocommerce-page .products span.onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.quickview-badges span.onsale {
  min-height: 0;
  min-width: 0;
  padding: 2px 8px 0px 8px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  left: auto;
  margin: 0;
  border-radius: 0;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #93af76;
  text-shadow: none;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  z-index: 8;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY; }

.woocommerce #products-grid span.onsale,
.woocommerce-page #products-grid span.onsale {
  -webkit-animation-fill-mode: none;
  -moz-animation-fill-mode: none;
  -ms-animation-fill-mode: none;
  -o-animation-fill-mode: none;
  animation-fill-mode: none; }

.products .out_of_stock_badge_loop,
.out_of_stock_badge_single {
  display: inline-block;
  padding: 2px 7px 0;
  font-size: .6875rem;
  line-height: 1.5em;
  color: #fff;
  background: #808080;
  text-transform: uppercase;
  margin-right: 15px;
  position: absolute;
  top: 15px;
  left: 15px;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY; }

.out_of_stock_badge_single {
  z-index: 99; }

.products .outofstock .onsale,
.outofstock .product-sale + .out_of_stock_wrapper .out_of_stock_badge_single {
  top: 40px !important; }

/* Catalog Pagination */
.woocommerce-pagination {
  margin: 0px 0 47px; }

.woocommerce #content nav.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination {
  text-align: left; }

.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
  border: none; }

.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
  border: none;
  background: none; }

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span {
  font-weight: 700;
  background: none;
  font-size: 1rem;
  text-align: center;
  margin: 0;
  padding: 0.2em 1.1em;
  line-height: 2em;
  min-width: 0; }

.page-numbers li:first-child span,
.page-numbers li:first-child a {
  padding-left: 0 !important; }

.woocommerce-pagination .fa {
  font-size: 0.444em;
  display: block;
  margin-top: 15px; }

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
  background: none; }

/* Off-canvas Filters */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  box-shadow: inset 0 0 0 0 transparent !important;
  -webkit-box-shadow: inset 0 0 0 0 transparent !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
  height: 6px;
  border-radius: 6px; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #ddd;
  position: relative;
  margin-right: 15px;
  margin-bottom: 11px;
  box-shadow: inset 0 0 0 0 transparent !important;
  -webkit-box-shadow: inset 0 0 0 0 transparent !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:after,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
  height: 6px;
  background: #ddd;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.header-summary .widget_price_filter .price_slider_wrapper .ui-widget-content,
.header-summary .widget_price_filter .price_slider_wrapper .ui-widget-content,
.header-summary .widget_price_filter .price_slider_wrapper .ui-widget-content:after,
.header-summary .widget_price_filter .price_slider_wrapper .ui-widget-content:after {
  background: #ddd; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  background: #fff;
  border-width: 3px;
  border-style: solid;
  width: 15px;
  height: 15px;
  top: -5px;
  -webkit-box-shadow: 0 0 0 transparent, inset 0 0 0 0 transparent !important;
  -moz-box-shadow: 0 0 0 transparent, inset 0 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent, inset 0 0 0 0 transparent !important; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: 0; }

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
  float: right;
  min-width: 0; }

.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
  text-align: left;
  font-size: .8125em;
  font-weight: 500; }

.woocommerce .widget_price_filter .price_slider_amount #min_price,
.woocommerce-page .widget_price_filter .price_slider_amount #min_price,
.woocommerce .widget_price_filter .price_slider_amount #max_price,
.woocommerce-page .widget_price_filter .price_slider_amount #max_price {
  display: none; }

.widget.widget_price_filter .price_slider_amount .button {
  padding: 0 !important;
  margin: 0 !important;
  line-height: inherit !important;
  height: auto !important;
  background: none !important;
  text-align: right;
  width: 100px;
  box-shadow: none;
  transition: color .3s;
  -webkit-transition: color .3s; }

.widget.widget_price_filter .price_slider_amount .button:hover {
  background: none !important;
  color: #000 !important; }

/**********************************************************************************/
/* Product Single *****************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/* Cart ***************************************************************************/
/**********************************************************************************/
.cart_form {
  margin-bottom: 0px; }

.cart_form .custom_border:after {
  display: none; }

.woocommerce .cart_form .cart-collaterals,
.woocommerce-page .cart_form .cart-collaterals {
  padding-bottom: 50px; }

.woocommerce .cart-collaterals .cart_totals table.shop_table_responsive tr td &gt; p {
  text-transform: none;
  text-align: left; }

@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr.shipping td::before,
  .woocommerce-page table.shop_table_responsive tr.shipping td::before {
    padding-right: 10px; } }

.cart_left_wrapper {
  padding-right: 0px;
  margin-bottom: 30px; }

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border: none;
  margin: 12px 0 0 0;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  line-height: 1.8em;
  padding: 17px 0;
  font-size: 13px; }

.woocommerce-cart .woocommerce table.shop_table.cart {
  border-collapse: collapse; }

.woocommerce-cart .woocommerce table.shop_table.cart tr td {
  border: none; }

.woocommerce-cart .woocommerce table.shop_table.cart tr.cart_item,
.woocommerce-cart .woocommerce-page table.shop_table tr.cart_item {
  border-bottom-color: transparent; }

.woocommerce-cart .woocommerce table.shop_table.cart tr:not(:nth-last-child(-n+2)) {
  border-bottom: 1px solid; }

.woocommerce-cart .woocommerce table.sop_table.cart td {
  border-top-width: 0; }

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table td {
  border-top-width: 1px;
  border-top-style: solid; }

.woocommerce table.shop_table.cart td,
.woocommerce-page table.shop_table.cart td {
  padding: 25px 30px 25px 0; }

.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
  width: 120px;
  padding-right: 20px;
  min-width: 120px;
  display: none; }

.woocommerce table.cart .product-thumbnail img,
.woocommerce #content table.cart .product-thumbnail img,
.woocommerce-page table.cart .product-thumbnail img,
.woocommerce-page #content table.cart .product-thumbnail img {
  width: 100%;
  height: auto; }

.woocommerce table.cart .product-name,
.woocommerce #content table.cart .product-name {
  width: 190px;
  min-width: 100px;
  padding-right: 20px; }

.woocommerce table.cart .product-quantity,
.woocommerce #content table.cart .product-quantity {
  padding-right: 20px; }

.woocommerce table.cart .product-name a,
.woocommerce #content table.cart .product-name a {
  display: block;
  font-size: 1rem;
  line-height: 1.3125em;
  color: inherit;
  font-weight: 700; }

.woocommerce table.cart .product-price,
.woocommerce #content table.cart .product-price {
  font-size: 1rem;
  padding-right: 20px;
  display: none; }

.product-price-thead,
.product-name-thead {
  display: none; }

.woocommerce table.cart .product-subtotal,
.woocommerce #content table.cart .product-subtotal,
.woocommerce-page table.cart .product-subtotal,
.woocommerce-page #content table.cart .product-subtotal {
  font-weight: 700;
  padding-right: 20px;
  font-size: 1.125rem; }

.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
  width: auto; }

.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
  min-width: 0; }

.woocommerce table.cart td.product-remove {
  text-align: right;
  width: 10px;
  max-width: 14px;
  padding: 0; }
  .woocommerce table.cart td.product-remove &gt; a {
    font-size: 0;
    width: auto;
    height: auto; }
    .woocommerce table.cart td.product-remove &gt; a:after {
      content: "\e918";
      font-family: 'Shopkeeper-Icon-Font';
      font-size: 16px;
      font-weight: normal;
      display: inline-block;
      vertical-align: middle; }

.woocommerce-cart #content .quantity .plus,
.woocommerce-cart #content .quantity .minus {
  display: none; }

.woocommerce-cart.woocommerce-page #content .quantity input.qty {
  font-size: 1rem;
  width: 50px !important;
  border-bottom-width: 2px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-style: solid; }

.cart_container {
  margin-bottom: 0px; }

.cart_right_wrapper {
  margin: 0 -30px; }

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%;
  padding: 30px 30px 40px; }

.cart-collaterals {
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.woocommerce .cart-collaterals table.shop_table td,
.woocommerce-page .cart-collaterals table.shop_table td {
  border-top: 0;
  padding: 10px 0; }

.woocommerce table.cart input,
.woocommerce #content table.cart input,
.woocommerce-page table.cart input,
.woocommerce-page #content table.cart input {
  line-height: normal; }

.cart-collaterals table tr th,
.cart-collaterals table tr td {
  padding: 30px 0;
  font-size: 1rem; }

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  padding: 9px 40px 5px 0;
  width: 100px;
  line-height: 1.2rem; }

.woocommerce .cart-collaterals .woocommerce-shipping-calculator &gt; p {
  margin-bottom: 0; }

.woocommerce .cart-collaterals .cart_totals .shipping-calculator-button,
.woocommerce-page .cart-collaterals .cart_totals .shipping-calculator-button {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold; }

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th {
  vertical-align: top;
  text-align: left; }

.woocommerce .cart-collaterals .cart_totals tr.shipping td,
.woocommerce .cart-collaterals .cart_totals tr.shipping th,
.woocommerce-page .cart-collaterals .cart_totals tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals tr.shipping th {
  padding-bottom: 35px; }

.woocommerce .cart-collaterals .cart_totals tr.shipping td {
  text-transform: uppercase;
  font-weight: bold; }

.woocommerce .cart-collaterals .cart_totals tr.shipping th,
.woocommerce .cart-collaterals .cart_totals tr.shipping td {
  padding-top: 17px; }

.woocommerce .cart-collaterals .cart_totals tr.order-total td,
.woocommerce .cart-collaterals .cart_totals tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals tr.order-total th {
  line-height: 1;
  padding-top: 25px;
  padding-bottom: 23px;
  vertical-align: middle; }

.woocommerce .cart-collaterals .cart_totals tr.order-total td strong,
.woocommerce-page .cart-collaterals .cart_totals tr.order-total td strong {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 700;
  vertical-align: top; }

.woocommerce .cart-collaterals .cart-totals-wrapper h2,
.woocommerce-page .cart-collaterals .cart-totals-wrapper h2,
.woocommerce .shipping-calculator-button-wrapper,
.woocommerce-page .shipping-calculator-button-wrapper {
  text-transform: uppercase;
  text-align: left;
  font-size: 0.8125rem;
  font-weight: 700; }

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  padding: 0 0 13px;
  margin: 0 0 25px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-transform: uppercase; }

.woocommerce-cart .cart-collaterals .cart_totals table td .amount {
  font-weight: bold; }

.shipping-calculator-form {
  padding-top: 15px;
  padding-bottom: 8px; }

.woocommerce .shipping-calculator-button-wrapper,
.woocommerce-page .shipping-calculator-button-wrapper {
  margin: 0; }

.woocommerce .cart-collaterals .shipping-calculator-button,
.woocommerce-page .cart-collaterals .shipping-calculator-button {
  display: inline-block;
  margin: 16px 0 0px; }

.shipping-calculator-form .button {
  margin: 5px 0 0 0 !important;
  min-width: 0 !important;
  width: 100%; }

.shipping-calculator-form .button:hover {
  color: #FFF !important; }

.woocommerce a.button.view:hover {
  color: #FFF; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
  float: none; }

.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
  border: none; }

.woocommerce .cart-collaterals .cart_totals .order-total td,
.woocommerce .cart-collaterals .cart_totals .order-total th,
.woocommerce-page .cart-collaterals .cart_totals .order-total td,
.woocommerce-page .cart-collaterals .cart_totals .order-total th {
  /*border-bottom-width: 1px;
	border-bottom-style: solid;*/
  border-top-width: 1px;
  border-top-style: solid; }

.woocommerce .cart-collaterals .cart_totals .cart-subtotal,
.woocommerce-page .cart-collaterals .cart_totals .cart-subtotal {
  border-bottom: none; }

.woocommerce .cart-collaterals .cart_totals th:first-child,
.woocommerce-page .cart-collaterals .cart_totals th:first-child,
.woocommerce .cart-collaterals .cart_totals td:first-child,
.woocommerce-page .cart-collaterals .cart_totals td:first-child {
  /*	padding-right: 0px;*/ }

.woocommerce .cart-collaterals .cart_totals .shipping td:first-child,
.woocommerce-page .cart-collaterals .cart_totals .shipping td:first-child {
  padding-top: 11px; }

.woocommerce .cart-collaterals .cart_totals td,
.woocommerce-page .cart-collaterals .cart_totals td {
  font-size: 13px; }

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 100% !important; }

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 100%; }

.woocommerce ul#shipping_method li label {
  display: inline;
  line-height: 18px; }

.woocommerce ul#shipping_method .amount {
  display: inline; }

.woocommerce .cross-sells ul li:nth-child(2n),
.woocommerce-page .cross-sells ul li:nth-child(2n) {
  margin-left: 4%; }

.woocommerce .cross-sells ul.products-grid,
.woocommerce-page .cross-sells ul.products-grid {
  margin: 0px -10px 0; }

.woocommerce .cross-sells ul.products li,
.woocommerce-page .cross-sells ul.products li {
  /*width: 100% !important;*/ }

.woocommerce .cross-sells h2,
.woocommerce-page .cross-sells h2,
.woocommerce .cart_totals h2,
.woocommerce-page .cart_totals h2 {
  padding: 0 0 21px;
  margin: 0 0 25px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: left;
  font-size: 13px; }

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt p,
.woocommerce td.product-name dl.variation dd p,
.woocommerce-page td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dd p,
.woocommerce-page td.product-name dl.variation dt p,
.woocommerce-page td.product-name dl.variation dd p {
  font-size: 0.8125rem; }

/* Cart - Buttons */
.cart-buttons .update_cart,
.cart-buttons .checkout-button {
  width: 100%;
  padding-top: 22px !important;
  padding-bottom: 21px !important; }

.woocommerce-page #content .update_and_checkout .update_cart {
  margin-top: 9px;
  margin-bottom: 10px; }

.coupon_code_wrapper {
  text-align: center;
  border-top-width: 2px;
  border-top-style: dashed;
  margin: 0 -30px 65px;
  padding: 36px 30px 0px; }

.coupon_code_wrapper_inner {
  display: inline-block; }

.coupon_code_wrapper_inner:after {
  content: "";
  display: block;
  clear: both; }

.coupon_code_text {
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 26px;
  text-transform: uppercase; }

.coupon_code_wrapper #coupon_code {
  width: 100%;
  height: 48px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  padding: 13px 15px 13px 15px;
  margin: 0 0px 15px 0;
  outline: 0 !important;
  line-height: normal;
  float: left;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }

.coupon_code_wrapper .apply_coupon {
  min-width: 0;
  height: 48px; }

/* Empty Cart / Wishlist */
.cart-wishlist-empty-banner {
  margin-top: -20px;
  text-align: center; }

.cart-wishlist-empty-banner img {
  max-width: 120px; }

.cart-wishlist-empty {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.33333em;
  margin-bottom: 0px; }

.cart-empty {
  margin: 18px 0 22px; }
  .cart-empty:before {
    content: "\e908";
    font-family: 'Shopkeeper-Icon-Font';
    display: block;
    font-weight: normal;
    font-size: 180px;
    line-height: 220px; }

.return-to-shop {
  margin-bottom: 60px; }

.wc-backward {
  font-size: 0.8125em;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  text-transform: uppercase; }

.wc-backward a:before,
.wc-backward:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f112";
  font-size: 1.1em;
  margin-right: 10px; }

.wishlist-empty-banner.cart-wishlist-empty-banner {
  margin-bottom: 23px; }

/**********************************************************************************/
/* Minicart ***********************************************************************/
/**********************************************************************************/
ul.cart_list li,
.woocommerce-page ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.product_list_widget li {
  padding: 0 0 30px 90px;
  position: relative; }

ul.cart_list li:last-child,
.woocommerce-page ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child,
.woocommerce-page ul.product_list_widget li:last-child {
  padding-bottom: 0; }

ul.cart_list li.empty,
.woocommerce-page ul.cart_list li.empty,
.woocommerce ul.product_list_widget li.empty,
.woocommerce-page ul.product_list_widget li.empty {
  padding: 0 0 25px 0; }

ul.cart_list li img,
.woocommerce-page ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
  float: left;
  margin: 0;
  width: 70px;
  height: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  margin-left: -90px; }

/**********************************************************************************/
/* Checkout ************************************************************************/
/**********************************************************************************/
.woocommerce-checkout .content-area .thank_you_bank_details h2 {
  margin-top: 28px;
  margin-bottom: 25px; }

.woocommerce-checkout .content-area .thank_you_bank_details h3 {
  text-align: left;
  font-size: 1.125rem;
  padding-bottom: 15px;
  margin-top: 0;
  font-weight: normal;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
  font-weight: bold; }

.checkout_left_wrapper {
  margin-top: 30px;
  margin-bottom: 85px; }

.checkout_right_wrapper {
  margin: 0 -30px -18px; }

.checkout_right_wrapper .custom_border:after {
  display: none; }

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: none;
  width: 100%; }

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: left;
  width: 100%;
  margin-top: 48px;
  display: inline-block; }
  .woocommerce .col2-set .col-2:after,
  .woocommerce-page .col2-set .col-2:after {
    content: '';
    display: block;
    clear: both; }

.woocommerce-checkout .col2-set .col-2 {
  margin-top: 62px; }

.woocommerce-order-received .col2-set.addresses {
  float: left;
  width: 66%;
  margin-top: 33px;
  padding-left: 10px; }

.woocommerce-view-order .addresses .title h3,
.woocommerce-order-received .addresses .title h3 {
  font-size: 13px; }

.woocommerce-order-received .col2-set .col-1,
.woocommerce-order-received .col2-set .col-1 {
  float: left;
  width: 50%; }

.woocommerce-order-received .col2-set .col-2,
.woocommerce-order-received .col2-set .col-2 {
  float: left;
  width: 50%;
  margin-top: 0; }

.woocommerce-order-received .xlarge-6.xlarge-centered &gt; header.title {
  float: left;
  padding: 0 20px 0 90px;
  margin-top: 33px; }

.woocommerce-order-received .xlarge-6.xlarge-centered &gt; address {
  float: left;
  width: 66%;
  padding: 0 20px 0 90px; }

.woocommerce-view-order .shop_table.customer_details {
  margin: 25px 0 10px 0;
  float: left;
  width: 33%; }

.woocommerce-view-order .col2-set.addresses {
  float: left;
  width: 66%;
  margin-top: 25px;
  padding: 0 20px; }

.woocommerce-view-order .col2-set .col-1,
.woocommerce-view-order .col2-set .col-1 {
  float: left;
  width: 50%;
  padding: 0 20px 0 70px; }

.woocommerce-view-order .col2-set .col-2,
.woocommerce-view-order .col2-set .col-2 {
  float: left;
  width: 50%;
  margin-top: 0;
  padding: 0 20px 0 62px; }

.woocommerce-view-order .xxlarge-6 &gt; header.title {
  float: left;
  padding: 0 20px 0 90px;
  margin-top: 25px; }

.woocommerce-view-order .xxlarge-6 &gt; address {
  float: left;
  width: 66%;
  padding: 0 20px 0 90px; }

.woocommerce-checkout .content-area h3 {
  font-size: 13px;
  margin: 0px 20px 13px 0; }

.woocommerce .checkout .col-2 h3,
.woocommerce-page .checkout .col-2 h3 {
  margin-bottom: 12px; }

#ship-to-different-address {
  margin-bottom: 38px; }

#ship-to-different-address .checkbox.check_label {
  padding-left: 30px; }

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  width: 48%; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 0.5rem;
  height: 38px !important;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 0 0 #fff inset, 0 0 0 transparent;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  white-space: nowrap;
  line-height: 38px !important;
  font-size: 1rem; }

.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
  background-position: 0px 10px !important; }

.chosen-container-single .chosen-single div b {
  background-position: 0px 8px; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 8px; }

#order_comments_field textarea {
  min-height: 100px;
  height: 100px; }

.woocommerce #payment,
.woocommerce-page #payment {
  background: none; }

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  background: none;
  border: none;
  box-shadow: none; }

.woocommerce-checkout #payment div.payment_box:before {
  display: none; }

.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
  display: none;
  box-shadow: none; }

.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
  border: 0;
  padding-left: 0;
  padding-right: 0; }

.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.woocommerce #payment ul.payment_methods li:last-child,
.woocommerce-page #payment ul.payment_methods li:last-child {
  border-bottom: 0; }

#shipping_method .check_label_radio:before,
#shipping_method .check_label_radio:before {
  top: 1px; }

.payment_methods .payment_method_paypal .check_label_radio:before {
  top: 21px; }

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
  font-size: 0.8125em;
  line-height: 1.538em;
  padding: 0;
  margin: 0;
  width: 100%; }

.woocommerce #payment div.payment_box p,
.woocommerce-page #payment div.payment_box p {
  font-size: 12px;
  line-height: 1.4285em;
  padding: 0 0 17px 35px;
  margin: -2px 0 13px;
  text-shadow: none; }

.woocommerce #payment ul.payment_methods li img,
.woocommerce-page #payment ul.payment_methods li img {
  margin: -2px 10px 0 6px; }

.woocommerce #payment .payment_method_paypal .about_paypal,
.woocommerce-page #payment .payment_method_paypal .about_paypal {
  display: inline-block;
  float: none; }

.woocommerce #payment div.form-row.place-order,
.woocommerce-page #payment div.form-row.place-order {
  padding: 19px 0 5px;
  border: medium none; }

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
  text-align: left;
  padding-top: 0;
  padding-left: 0;
  margin-top: 17px;
  margin-bottom: 25px; }

.woocommerce-page #payment .terms label {
  font-size: 14px;
  text-transform: none;
  font-weight: normal; }

.woocommerce-page #payment .terms label a {
  font-weight: 700;
  text-transform: capitalize; }

/* Checkout - Your Order */
.order_review_wrapper {
  padding: 25px 30px 32px;
  margin-top: -25px; }

.woocommerce form .form-row.create-account,
.woocommerce-page form .form-row.create-account {
  padding: 15px 0; }

.woocommerce .shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 5px; }

.woocommerce .shop_table.woocommerce-checkout-review-order-table td,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table td {
  line-height: 1.35;
  padding: 16px 0 14px 0; }

.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot tr {
  border: none; }

.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding-top: 7px;
  vertical-align: top;
  border: none; }

.woocommerce .shop_table.woocommerce-checkout-review-order-table .shipping td:first-child {
  padding-top: 17px;
  padding-right: 15px;
  line-height: 24px; }

.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th {
  padding-top: 40px; }

form.checkout .shop_table.woocommerce-checkout-review-order-table tr:last-child th,
form.checkout .shop_table.woocommerce-checkout-review-order-table tr:last-child td {
  /*padding-top: 17px !important;*/ }

.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tfoot .order-total .amount {
  font-size: 1.875rem;
  font-weight: 700; }

.woocommerce small.includes_tax .woocommerce-Price-amount.amount {
  font-size: 100% !important;
  font-weight: bold !important; }

.woocommerce .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
.woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child,
.woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child {
  width: 50%; }

.woocommerce .order_review_wrapper table.shop_table .product-name {
  font-weight: 700;
  font-size: 13px; }

.woocommerce .order_review_wrapper table.shop_table .product-name .product-quantity {
  font-weight: normal; }

.woocommerce .order_review_wrapper table.shop_table tfoot tr:first-child td,
.woocommerce-page .order_review_wrapper table.shop_table tfoot tr:first-child td,
.woocommerce .order_review_wrapper table.shop_table tfoot tr:first-child th,
.woocommerce-page .order_review_wrapper table.shop_table tfoot tr:first-child th {
  border-top: 1px solid; }

.woocommerce .order_review_wrapper table.shop_table tfoot td,
.woocommerce .order_review_wrapper table.shop_table tfoot th,
.woocommerce-page .order_review_wrapper table.shop_table tfoot td,
.woocommerce-page .order_review_wrapper table.shop_table tfoot th {
  border-top: none;
  font-weight: bold;
  padding: 8px 0;
  font-size: 13px; }

.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td {
  padding: 0px; }

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100%;
  float: none;
  padding-top: 22px  !important;
  padding-bottom: 21px  !important; }

/**********************************************************************************/
/* Wishlist ***********************************************************************/
/**********************************************************************************/
.yith-wcwl-add-to-wishlist {
  margin: 0; }

#yith-wcwl-popup-message {
  display: none !important; }

.yith-wcwl-add-button,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
  font-size: .8125rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 2px 0 2px 25px;
  cursor: pointer; }

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
  cursor: default; }

.yith-wcwl-wishlistaddedbrowse .feedback,
.yith-wcwl-wishlistexistsbrowse .feedback {
  text-transform: none;
  font-weight: normal; }

.add_to_wishlist:before,
.product_infos .yith-wcwl-wishlistaddedbrowse:before,
.product_infos .yith-wcwl-wishlistexistsbrowse:before,
.products .yith-wcwl-wishlistaddedbrowse a:before,
.products .yith-wcwl-wishlistexistsbrowse a:before {
  font-size: 16px;
  width: 18px;
  text-align: center;
  display: inline-block;
  font-family: 'Shopkeeper-Icon-Font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.yith-wcwl-add-to-wishlist:hover .add_to_wishlist a:before,
.yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse a:before {
  animation: beat .6s ease-in-out infinite; }

.yith-wcwl-add-to-wishlist:hover .add_to_wishlist {
  transition: all .5s; }
  .yith-wcwl-add-to-wishlist:hover .add_to_wishlist:hover {
    transition: all .5s; }
  .yith-wcwl-add-to-wishlist:hover .add_to_wishlist:before {
    animation: beat .6s ease-in-out infinite; }

.product_infos .add_to_wishlist:before,
.product_infos .yith-wcwl-wishlistaddedbrowse:before,
.product_infos .yith-wcwl-wishlistexistsbrowse:before {
  position: absolute;
  left: 0;
  top: 0px; }

.product_infos .yith-wcwl-wishlistaddedbrowse:before,
.product_infos .yith-wcwl-wishlistexistsbrowse:before,
.products .yith-wcwl-wishlistaddedbrowse a:before,
.products .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\e904";
  line-height: 18px; }

.add_to_wishlist:before {
  content: "\e905";
  line-height: 18px; }

.yith-wcwl-add-to-wishlist {
  height: 0; }

.products li a.add_to_wishlist,
.products .yith-wcwl-add-button,
.products .yith-wcwl-wishlistexistsbrowse,
.products .yith-wcwl-wishlistaddedbrowse {
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: static; }

.products .add_to_wishlist:before,
.products .yith-wcwl-wishlistaddedbrowse a:before,
.products .yith-wcwl-wishlistexistsbrowse a:before {
  position: absolute;
  bottom: -36px;
  right: 0; }

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
  font-size: 10px;
  margin: 0 0 6px;
  top: 2px; }

.yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px; }

.products .add_to_wishlist:before {
  transition: color 0.3s;
  -webkit-transition: color 0.3s; }

.yith-wcwl-add-button:after {
  content: '';
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  width: 1px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, width 3s ease 30s, height 0s ease 30s;
  -webkit-transition: opacity 0.3s,width 0s ease 30s, height 0s ease 30s; }

.product_infos .yith-wcwl-add-button:after {
  background-color: transparent !important; }

.products .yith-wcwl-add-button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px; }

.yith-wcwl-add-button.show_overlay:after {
  opacity: 1;
  display: inline-block;
  visibility: visible;
  margin-left: 0;
  transition: opacity 0.3s, width 0s ease 0s, height 0s ease 0s;
  -webkit-transition: opacity 0.3s,width 0s ease 0s, height 0s ease 0s; }

.product_infos .yith-wcwl-add-button.show_overlay:after {
  width: 40px;
  height: 10px; }

.products .yith-wcwl-add-button.show_overlay:after {
  position: absolute;
  width: 100%;
  height: 100.1%; }

.products .yith-wcwl-add-button.show_overlay.hide:after {
  width: 0;
  height: 0;
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }

.out_of_stock_button_wrapper .button,
.out_of_stock_button_wrapper .button:hover {
  background: #ddd !important;
  cursor: default !important;
  box-shadow: none !important; }

.product_list_widget .wishlist-in-stock {
  color: #fff;
  border: 2px solid #fff;
  padding: 2px 9px; }

.product_list_widget .wishlist-out-of-stock {
  color: #98a1c0;
  border: 2px solid #98a1c0; }

#yith-wcwl-form {
  width: 100%;
  margin: 0 auto; }

.wishlist-title {
  display: none; }

.wishlist_table thead {
  display: none; }

.wishlist_table tr td,
.wishlist_table tr th {
  text-align: left;
  padding-left: 0 !important; }

.woocommerce #content .shop_table.cart.wishlist_table td,
.woocommerce .shop_table.cart.wishlist_table td {
  padding-top: 30px;
  padding-bottom: 30px; }

.woocommerce #content .shop_table.cart.wishlist_table tr:first-child td,
.woocommerce .shop_table.cart.wishlist_table tr:first-child td {
  border-top: none !important; }

.woocommerce table.cart.wishlist_table td.product-remove {
  width: 25px;
  min-width: 25px;
  max-width: none;
  text-align: left; }

.woocommerce #content table.cart.wishlist_table a.remove,
.woocommerce table.cart.wishlist_table a.remove,
.woocommerce-page #content table.cart.wishlist_table a.remove,
.woocommerce-page table.cart.wishlist_table a.remove {
  font-size: 0;
  float: none;
  width: auto;
  height: 18px;
  line-height: 18px;
  position: relative;
  top: 1px; }

.wishlist_table .remove:before {
  content: "\e918";
  display: inline-block;
  font: normal normal normal 18px/1 'Shopkeeper-Icon-Font';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.woocommerce-page table.cart.wishlist_table .product-name,
.woocommerce-page #content table.cart.wishlist_table .product-name {
  vertical-align: middle;
  padding-right: 15px;
  width: auto; }

.woocommerce-page table.cart.wishlist_table .product-name a,
.woocommerce-page #content table.cart.wishlist_table .product-name a {
  margin-top: 0; }

.woocommerce-page table.cart.wishlist_table .product-subtotal,
.woocommerce-page #content table.cart.wishlist_table .product-subtotal,
.woocommerce-page table.cart.wishlist_table .product-stock-status,
.woocommerce-page #content table.cart.wishlist_table .product-stock-status {
  text-align: left; }

.woocommerce-page table.cart.wishlist_table .product-subtotal,
.woocommerce-page #content table.cart.wishlist_table .product-subtotal {
  width: 80px; }

.woocommerce-page table.cart.wishlist_table .product-stock-status,
.woocommerce-page #content table.cart.wishlist_table .product-stock-status {
  display: none;
  padding-left: 30px; }

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock,
.wishlist-in-stock,
.wishlist-out-of-stock {
  font-size: 0.6875em;
  padding: 3px 5px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px; }

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #000;
  border: 2px solid; }

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
  color: #b3b3b3;
  border: 2px solid; }

.woocommerce table.cart.wishlist_table .product-price,
.woocommerce #content table.cart.wishlist_table .product-price {
  display: table-cell;
  font-weight: 700;
  padding-right: 15px; }

.woocommerce-page table.cart.wishlist_table .product-add-to-cart,
.woocommerce-page #content table.cart.wishlist_table .product-add-to-cart {
  width: 48px;
  padding-right: 0 !important; }

.wishlist_table .button {
  min-width: 157px; }

.product-add-to-cart .button,
.woocommerce .product-add-to-cart a.alt.button {
  font-size: 0 !important;
  width: 48px;
  height: 48px;
  padding-right: 24px !important;
  padding-left: 24px !important;
  min-width: 0;
  position: relative;
  top: -2px; }

.product-add-to-cart .button:before,
.woocommerce .product-add-to-cart a.alt.button:before {
  content: "\f07a";
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 15px;
  left: 15px; }

.woocommerce .wishlist_table a.button.loading:after {
  position: absolute;
  top: 17px;
  right: 10px; }

.shop_table.wishlist_table .wc-forward.added_to_cart_button {
  display: none; }

.shop_table.wishlist_table .blockUI.blockOverlay {
  background-color: #fff !important; }

.shop_table.wishlist_table .blockUI.blockOverlay:before {
  color: rgba(0, 0, 0, 0.75) !important; }

/**********************************************************************************/
/* Widgets ************************************************************************/
/**********************************************************************************/
.woocommerce .star-rating,
.woocommerce-page .star-rating {
  margin: 5px 0;
  width: 51px;
  font-size: 10px; }

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f005\f005\f005\f005\f005"; }

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f005\f005\f005\f005\f005";
  color: #a1a1a1; }

.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
  clear: none; }

.woocommerce ul.cart_list li dl,
.woocommerce-page ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl,
.woocommerce-page ul.product_list_widget li dl {
  margin: 10px 0 0 0;
  padding: 0;
  border: 0;
  color: #a1a1a1; }

.woocommerce ul.cart_list li dl dt,
.woocommerce-page ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce-page ul.product_list_widget li dl dt {
  font-weight: normal;
  text-transform: uppercase; }

.widget_recent_comments li {
  font-size: 0.875rem; }

.widget_recent_comments li a {
  font-weight: bold;
  font-size: 0.8125rem; }

.widget_shopping_cart ul.cart_list li,
.woocommerce .widget_shopping_cart ul.cart_list li {
  padding: 0;
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 20px; }

.widget_shopping_cart ul.cart_list li img {
  margin-left: 0;
  margin-right: 18px; }

.widget_shopping_cart ul.cart_list li .quantity,
.widget_shopping_cart ul.cart_list li .quantity .amount {
  font-size: 0.875rem; }

.widget_shopping_cart p.total {
  line-height: 1.5rem; }

.widget_shopping_cart p.total .amount {
  font-size: 1.5rem; }

.widget_shopping_cart ul.cart_list li a.remove,
.woocommerce .widget_shopping_cart ul.cart_list li a.remove {
  top: 0;
  right: 0;
  left: auto; }

.widget_shopping_cart .buttons .button {
  color: #FFF;
  font-size: 0.875rem;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s; }

.widget_shopping_cart .buttons .button:hover {
  color: #FFF;
  opacity: .8; }

.wc-forward a:after,
.wc-forward:after {
  display: none; }

.checkout_login {
  margin-top: 22px;
  margin-bottom: 0px; }

.checkout_login form.login {
  margin: 0;
  padding: 24px 0 14px;
  border: none; }

.woocommerce form.login p:first-child,
.woocommerce-page form.login p:first-child {
  line-height: 1.5em;
  text-align: center;
  margin: 0px 0px 14px; }

.woocommerce .checkout_login form.login .form-row-first,
.woocommerce-page .checkout_login form.login .form-row-first,
.woocommerce .checkout_login form.login .form-row-last,
.woocommerce-page .checkout_login form.login .form-row-last,
.checkout_login form.login input[type="submit"] {
  width: 100%; }

.checkout_login form.login input[type="submit"] {
  margin-top: 10px !important; }

.woocommerce form.login .inline {
  display: inline-block !important;
  text-transform: none;
  font-weight: normal;
  margin-top: 6px; }

.woocommerce form.login .lost_password {
  margin-top: -63px;
  font-size: 1rem;
  float: right; }

.woocommerce form.login .lost_password a {
  padding-bottom: 4px; }

.woocommerce-checkout .woocommerce-info {
  font-size: 0.9375rem;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
  border: none;
  background: none;
  padding: 10px !important;
  margin-bottom: 0 !important;
  color: #000 !important;
  font-size: 13px !important; }
  .woocommerce-checkout .woocommerce-info a {
    text-transform: uppercase;
    font-weight: bold; }

.woocommerce-checkout .checkout_coupon_box .woocommerce-info {
  margin-top: 0 !important; }

.notice-border-container {
  height: 3px;
  width: 100px;
  background: #333;
  margin: 2px auto -1px; }

.woocommerce-checkout .checkout_login .woocommerce-info:before {
  content: "\e90a";
  font-family: 'Shopkeeper-Icon-Font';
  color: #000;
  font-size: 24px;
  position: relative;
  top: 5px;
  left: 0;
  padding-right: 10px; }

.woocommerce-checkout .checkout_coupon_box .woocommerce-info:before {
  content: "\e909";
  font-family: 'Shopkeeper-Icon-Font';
  color: #000;
  font-size: 24px;
  position: relative;
  top: 5px;
  left: 0;
  padding-right: 10px; }

.woocommerce-checkout .showcoupon,
.woocommerce-checkout .showlogin {
  font-weight: normal;
  margin-left: 8px;
  margin-top: 10px; }

.woocommerce form.register,
.woocommerce-page form.register {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon {
  border-top-width: 2px;
  border-top-style: dashed;
  border-bottom-width: 2px;
  border-bottom-style: dashed;
  border-left: none;
  border-right: none;
  padding: 30px;
  margin: 18px -30px 30px;
  border-radius: 0;
  text-align: center; }

.checkout_coupon_inner {
  display: block; }

form.checkout_coupon #coupon_code {
  width: 100%;
  height: 49px;
  display: block;
  margin-bottom: 15px;
  background: none; }

form.checkout_coupon input[type="submit"] {
  min-width: 160px; }

.woocommerce-checkout .wc-backward {
  color: #B81C23; }

.notice-border-container {
  overflow: hidden;
  display: none; }

.notice-border-container img {
  max-width: none; }

.woocommerce-tabs [class*="column"] + [class*="column"]:last-child {
  margin-right: -1px; }

@keyframes beat {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }

.woocommerce table.shop_table td.product-total,
.woocommerce-page table.shop_table td.product-total {
  border-top-width: 1px;
  border-top-style: solid; }

.woocommerce table.shop_table td.product-total .woocommerce-Price-amount.amount,
.woocommerce-page table.shop_table td.product-total .woocommerce-Price-amount.amount {
  font-weight: bold;
  font-size: 13px; }

.woocommerce-checkout-review-order-table th {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px !important; }

.quantity.custom {
  display: inline-block;
  width: auto !important;
  float: none;
  margin-right: 23px; }
  .quantity.custom input[type="number"] {
    -moz-appearance: textfield; }
  .quantity.custom .minus-btn,
  .quantity.custom .plus-btn {
    border: none;
    color: #fff;
    background-color: transparent !important;
    border-style: solid;
    border-width: 2px;
    height: 30px;
    min-width: 30px !important;
    padding: 5px !important;
    border-radius: 50% !important;
    outline: none; }
    .quantity.custom .minus-btn:hover,
    .quantity.custom .plus-btn:hover {
      background: none !important; }
      @media screen and (min-width: 1025px) {
        .quantity.custom .minus-btn:hover,
        .quantity.custom .plus-btn:hover {
          opacity: .5; } }
  .quantity.custom input.custom-qty {
    width: 40px;
    border: none;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    outline: none; }
  .quantity.custom .plus {
    border: none;
    color: #fff;
    background-color: purple;
    height: 30px;
    width: 30px; }
  .quantity.custom .qty {
    border: 1px solid purple;
    color: purple;
    height: 30px; }

.woocommerce-cart.woocommerce-page #content .quantity input[type="number"] {
  background-color: transparent !important; }

.woocommerce-cart .shopkeeper-continue-shopping {
  text-align: center;
  clear: right;
  width: 35%;
  float: right;
  margin: 0 auto; }
  .woocommerce-cart .shopkeeper-continue-shopping .button {
    background: transparent !important; }

.easyzoom.is-loading:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 16px;
  background: url("../images/morph-shape-gif-preloader.gif") center no-repeat;
  background-size: auto 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  bottom: 0;
  animation: none;
  -webkit-animation: none; }

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
  background: none; }

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  display: block; }

.wcppec-checkout-buttons.woo_pp_cart_buttons_div {
  margin: 35px 0 20px;
  padding: 15px 10px 35px;
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, 0.2); }

.wcppec-checkout-buttons__separator {
  font-size: 12px;
  margin-bottom: 15px; }

.woocommerce div.product form.cart .variations {
  margin-bottom: 0; }

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  line-height: inherit;
  font-size: 13px;
  font-weight: normal;
  float: right;
  border-bottom: 1px dashed; }

.wc_payment_method.payment_method_paypal img {
  display: none !important; }

.wc_payment_method.payment_method_paypal &gt; label {
  display: block !important; }

.wc_payment_method.payment_method_stripe img {
  max-height: 15px;
  margin: -2px 0 0 6px !important; }
  @media screen and (max-width: 640px) {
    .wc_payment_method.payment_method_stripe img {
      float: right;
      margin: 5px 0 0 6px !important; } }

.woocommerce-checkout #payment div.payment_box #wc-stripe-cc-form input {
  font-size: 14px !important;
  padding: 1px 15px 0 !important; }

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 1px dashed; }

.wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe #stripe-payment-data #wc-stripe-cc-form .form-row.form-row-wide {
  padding: 35px 35px 0 35px; }

.wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe #stripe-payment-data #wc-stripe-cc-form .form-row.form-row-first {
  padding: 0 2px 35px 35px; }

.wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe #stripe-payment-data #wc-stripe-cc-form .form-row.form-row-last {
  padding: 0 35px 35px 2px; }

.wc_payment_method.payment_method_stripe .payment_box.payment_method_stripe #stripe-payment-data #wc-stripe-cc-form .form-row.form-row-last input {
  width: 100% !important; }

#stripe-payment-data &gt; p,
ul.wc_payment_methods.payment_methods.methods li.wc_payment_method &gt; label {
  padding-left: 35px !important; }

#stripe-payment-data &gt; p &gt; a {
  position: relative; }

#stripe-payment-data &gt; p &gt; a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  border: 1px dashed; }

.checkout_right_wrapper .order_review_wrapper .woocommerce-checkout-review-order-table tr th.product-total {
  text-align: right; }

.checkout_right_wrapper .order_review_wrapper .woocommerce-checkout-review-order-table tr.cart_item td.product-total {
  text-align: right; }

.order_review_wrapper .woocommerce-checkout-review-order-table .cart-subtotal &gt; th {
  width: 50%; }

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 16px;
  padding: 17px 0 0; }

.wc-credit-card-form label {
  font-size: 13px !important;
  margin-bottom: 5px !important; }

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  padding: 15px; }

.checkout_right_wrapper .order_review_wrapper .woocommerce-checkout-review-order-table tr.shipping &gt; th,
.checkout_right_wrapper .order_review_wrapper .woocommerce-checkout-review-order-table tr.cart-subtotal &gt; th,
.checkout_right_wrapper .order_review_wrapper .woocommerce-checkout-review-order-table tr.order-total &gt; th {
  padding-right: 15px; }

@media screen and (max-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals table.shop_table_responsive tr td::before,
  .woocommerce-page .cart-collaterals .cart_totals table.shop_table_responsive tr td::before {
    text-transform: uppercase; } }

.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
  width: 100%; }

.woocommerce .order_details {
  margin: 0; }

.woocommerce-order-received .shop_table.order-details {
  margin: 21px 0 70px  0 !important; }

.woocommerce-order-received h2 {
  font-size: 1.25rem; }

.woocommerce-order-received.woocommerce-checkout header h3 {
  margin-bottom: 25px;
  font-size: 0.8125rem; }

.woocommerce-order-received .woocommerce table.shop_table tfoot th,
.woocommerce-order-received .woocommerce-page table.shop_table tfoot th,
.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce-page table.shop_table tfoot td {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px; }

.woocommerce-thankyou-order-received {
  margin: 10px -500px 0;
  padding: 20px 500px 17px;
  background: #8cbd8c;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center; }

.woocommerce-thankyou-order-received:before {
  content: "\f00c";
  display: inline-block;
  margin-right: 10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 640px) {
  .order_details li.order,
  .order_details li.total,
  .order_details li.date,
  .order_details li.method {
    display: block;
    width: 50% !important;
    margin-right: 0 !important; } }

@media screen and (max-width: 1024px) {
  .order_details li.order,
  .order_details li.total,
  .order_details li.date,
  .order_details li.method {
    width: 25%; } }

@media screen and (min-width: 1024px) {
  .order_details li.order,
  .order_details li.total,
  .order_details li.date,
  .order_details li.method {
    padding: 0 45px;
    width: auto;
    float: none;
    display: inline-block; } }

.woocommerce-customer-details {
  margin-top: 50px; }
  .woocommerce-customer-details .woocommerce-column__title {
    font-size: 13px !important; }
  .woocommerce-customer-details &gt; h2 {
    margin-bottom: 13px; }
  @media screen and (min-width: 1024px) {
    .woocommerce-customer-details {
      margin-top: 100px; } }

@media screen and (max-width: 1024px) {
  .woocommerce-order-received .col2-set.addresses {
    margin-top: 30px !important; } }

@media screen and (min-width: 1024px) {
  .woocommerce-order-received .col2-set.addresses {
    padding-left: 50px; } }

.woocommerce-thankyou-order-details {
  text-align: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 7px;
  display: block; }

.woocommerce .woocommerce-thankyou-order-details li {
  margin-right: 0;
  padding-right: 0; }

.woocommerce-thankyou-order-details li {
  width: 40%;
  padding: 0;
  margin: 0;
  margin-bottom: 24px !important;
  border: none !important;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: left; }

.woocommerce-thankyou-order-details li.method {
  margin-right: 0; }

.woocommerce .woocommerce-thankyou-order-details li strong,
.woocommerce-page .woocommerce-thankyou-order-details li strong {
  font-size: 1.125rem !important;
  font-weight: normal;
  margin-top: 6px; }

.woocommerce-checkout .woocommerce-thankyou-order-details.bacs_details li.total,
.woocommerce-thankyou-order-details li.total {
  clear: left; }

.woocommerce-thankyou-order-details + p {
  margin-bottom: 46px;
  margin-top: 50px;
  font-size: 1rem; }

.woocommerce-order-details,
.woocommerce-bacs-bank-details {
  margin: 0 auto; }

.woocommerce-thankyou-order-details.bacs_details {
  margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .woocommerce-thankyou-order-details + p,
  .wc-bacs-bank-details-heading,
  .woocommerce-order-details,
  .woocommerce-bacs-bank-details {
    width: 100%; }
  .woocommerce-order-received h2.wc-bacs-bank-details-heading {
    margin-bottom: 44px; }
  .woocommerce-customer-details {
    margin-top: 70px; } }

@media screen and (min-width: 1024px) {
  .woocommerce-thankyou-order-details + p,
  .woocommerce-order-details,
  .woocommerce-bacs-bank-details {
    width: 66.66667%; }
  .wc-bacs-bank-details-heading {
    margin: 30px 0; } }

@media screen and (min-width: 80em) {
  .woocommerce-thankyou-order-details + p,
  .woocommerce-order-details,
  .woocommerce-bacs-bank-details {
    width: 50%; } }

.woocommerce-bacs-bank-details h3.wc-bacs-bank-details-account-name {
  font-size: 16px !important; }

.woocommerce-thankyou-order-details.bacs_details li {
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 24px;
  clear: left;
  border: none;
  font-weight: bold; }

.woocommerce-thankyou-order-details.bacs_details li strong {
  font-weight: normal;
  font-size: 1rem;
  display: block;
  margin-top: 5px; }

.woocommerce-checkout .content-area .billing_shipping_address_title {
  margin-top: 22px; }

.woocommerce-checkout .shipping_billing_wrapper .columns:last-of-type {
  margin-top: 15px; }

.woocommerce-order-received .woocommerce-thankyou-order-details {
  margin-bottom: 100px; }

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  display: none; }

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
  margin: 0;
  font-size: 1em; }

.woocommerce ul.order_details li {
  float: none;
  line-height: 1.3;
  margin-right: 20px;
  font-size: 13px;
  font-weight: bold; }
  .woocommerce ul.order_details li &gt; strong {
    font-weight: normal; }
  .woocommerce ul.order_details li:last-child {
    margin-right: 0;
    padding-right: 0; }
  @media (max-width: 767px) {
    .woocommerce ul.order_details li {
      float: left;
      margin-right: 0;
      padding-right: 0; } }

.woocommerce .wc-bacs-bank-details &gt; li {
  padding: 17px 2em 10px 0; }
  @media (max-width: 768px) {
    .woocommerce .wc-bacs-bank-details &gt; li {
      float: none !important;
      display: block;
      border-right: none !important; } }
  @media (min-width: 1024px) {
    .woocommerce .wc-bacs-bank-details &gt; li {
      float: none !important;
      display: inline-block; } }

.woocommerce-thankyou-order-details.order_details {
  margin: 0 -100px 50px !important; }
  @media (max-width: 1023px) {
    .woocommerce-thankyou-order-details.order_details {
      margin: 0 -60px 50px !important;
      padding: 60px; } }
  @media (max-width: 640px) {
    .woocommerce-thankyou-order-details.order_details {
      margin: 0 -30px 50px !important;
      padding: 40px 30px 10px !important; } }
  @media (min-width: 1024px) {
    .woocommerce-thankyou-order-details.order_details {
      margin: 0 -500px 110px !important; } }
  .woocommerce-thankyou-order-details.order_details .wc-item-meta {
    margin: 0; }

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
  float: none; }

.woocommerce-remove-coupon {
  font-size: 0;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }
  .woocommerce-remove-coupon:after {
    content: "\e918";
    font-family: 'Shopkeeper-Icon-Font';
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle; }

.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details {
  width: 100%; }
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 23px;
    text-transform: uppercase; }
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tr th, .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tr td {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase; }
  .woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tr a {
    text-transform: capitalize;
    font-size: 16px; }

.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details &gt; h2 {
  font-size: 23px;
  text-transform: uppercase; }

.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details h3 {
  text-transform: uppercase; }

#header-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99998;
  overflow: hidden;
  height: 2px; }
  @media (max-width: 1024px) {
    #header-loader {
      display: none; } }
  #header-loader #header-loader-under-bar {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #dedede;
    transition: opacity .7s ease; }
    #header-loader #header-loader-under-bar.hidden {
      opacity: 0; }
  #header-loader .bar {
    position: absolute;
    width: 100%;
    height: 5px;
    z-index: 10; }

/*------------------------------------------------------------------
[Table of contents]

	Site Top Bar
	
[/Table of contents]
-------------------------------------------------------------------*/
#site-top-bar {
  /*line-height:1.8em;*/
  background: #314381;
  font-size: 13px;
  color: #fff;
  overflow: hidden;
  max-height: 100px;
  transition: max-height .5s ease;
  display: none; }

#site-top-bar:hover {
  overflow: visible; }

#site-top-bar.hidden {
  max-height: 0; }

#site-top-bar ul,
#site-top-bar ol,
#site-top-bar dl {
  font-size: 1em;
  line-height: 1.8em; }

.site-top-bar-inner {
  margin: 0 auto; }

.site-top-bar-inner:after {
  content: "";
  display: block;
  clear: both; }

.site-language-switcher {
  display: inline-block;
  float: left;
  margin-left: -15px; }

.product_meta .wcml_currency_switcher {
  display: none; }

.language-and-currency {
  float: left; }

.language-and-currency:after {
  content: "";
  display: block;
  clear: both; }

.language-and-currency img {
  display: none; }

#site-top-bar select.topbar-language-switcher,
#site-top-bar select.wcml_currency_switcher {
  opacity: 0; }

.site-top-message {
  padding: .75em 0;
  /*font-style:italic;*/
  line-height: 1.8em;
  float: left;
  margin-right: 35px; }

/* menu */
#site-navigation-top-bar {
  float: right;
  /*text-transform:uppercase;*/
  font-weight: bold;
  margin-right: -15px;
  /*font-size:.9em;*/ }

#site-navigation-top-bar &gt; ul {
  float: left; }

#menu-top-bar-navigation li {
  margin-left: 10px; }

/* /menu */
.site-social-icons-wrapper {
  float: right;
  display: block;
  padding: 8px 0; }

.site-social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 50px;
  line-height: 1.8em;
  overflow: auto;
  font-size: 16px !important; }

.site-social-icons ul li {
  padding: 0;
  margin-left: 20px;
  float: left; }

.site-social-icons ul li:first-child {
  margin-left: 0; }

.site-social-icons ul li a i {
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.site-social-icons ul li a:hover i {
  opacity: .5; }

.site-social-icons ul li span {
  display: none; }

/*------------------------------------------------------------------
[Table of contents]

	General Header Styles Including:
		Medium Screens (min-width 641px)
		Large Screens  (min-width 1023px)
	IE10+ CSS styles
	IE9 CSS styles 
	
[/Table of contents]
-------------------------------------------------------------------*/
body.admin-bar #page_wrapper.sticky_header .top-headers-wrapper,
body.admin-bar #page_wrapper.transparent_header .top-headers-wrapper {
  /*top: 32px;*/ }

.site-header {
  position: relative;
  transition: all .3s linear;
  padding-top: 10px;
  padding-bottom: 10px; }

.site-header-wrapper {
  position: relative;
  margin: 0 -10px;
  /*display: table;*/
  width: 100%; }

.site-header ul,
.site-header ol,
.site-header dl {
  font-size: 1em;
  line-height: 1em; }

.site-header .widget_product_search label,
.site-header .widget_search label,
.site-header .widget_product_search h3,
.site-header .widget_search h3 {
  display: none; }

.site-header.sticky {
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29); }

.site-branding {
  padding: 0;
  text-align: left;
  height: 33px;
  width: 100%;
  max-width: 50%;
  position: relative; }

.site-branding a {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%); }

.site-branding img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.site-branding a {
  display: inline-block; }

.site-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase; }

.site-title a {
  color: #000; }

.site-description {
  font-size: 14px;
  font-style: italic;
  margin-top: 0px;
  line-height: 1.8em; }

.sticky-logo {
  display: none;
  max-height: 33px;
  max-width: auto; }

.site-search .widget {
  margin: 0; }

#site-menu {
  margin: 0;
  padding-top: 0;
  font-weight: bold;
  text-transform: uppercase; }

/* tools */
.site-tools {
  text-align: center;
  float: right;
  vertical-align: middle;
  height: 33px;
  line-height: 33px; }

.site-tools.offset {
  margin-right: -3px; }

.site-tools ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block; }

.site-tools ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }

.site-tools ul .wishlist-button,
.site-tools ul .search-button {
  display: none; }

.site-tools ul li:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }

.tools_button {
  display: block;
  margin-top: -3px; }

.tools_button_icon {
  width: 20px;
  height: 32px;
  display: block;
  float: left;
  text-align: left; }

.tools_button_icon img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%); }

.tools_button_icon i {
  margin-top: 10px;
  display: inline-block;
  font-size: 14px; }

.shopping_bag_items_number,
.wishlist_items_number {
  font-size: 13px;
  height: 32px;
  line-height: 34px;
  display: block;
  margin: 0 0 0 22px;
  text-align: left; }

@keyframes animate_count {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(1); }
  75% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1); } }

.menu-button-text {
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin: 11px 10px 0 2px;
  padding: 1px 0 2px 11px;
  border-left: 1px solid #ddd;
  text-transform: uppercase; }

@media only screen and (min-width: 40.063em) {
  .site-header-wrapper {
    position: relative;
    margin: 0 auto; }
  .site-header {
    padding-top: 15px;
    padding-bottom: 15px; }
  .site-branding {
    width: auto;
    max-width: none;
    position: relative; }
  .site-branding a {
    max-width: none;
    position: relative;
    top: auto;
    left: auto;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none; }
  .tools_button_icon i {
    margin-top: 8px;
    display: inline-block;
    font-size: 18px; }
  .menu-button-text {
    float: left;
    font-size: 0.875rem;
    margin: 9px 10px 0 7px;
    padding: 2px 0 2px 12px; }
  .shopping_bag_items_number,
  .wishlist_items_number {
    margin: 2px 0 0 23px;
    line-height: 36px; } }

@media only screen and (min-width: 40.063em) {
  .site-title {
    font-size: 24px; } }

@media only screen and (min-width: 63.9375em) {
  #page_wrapper.transparent_header .site-header {
    background: none; }
  #page_wrapper.transparent_header .top-headers-wrapper {
    position: absolute;
    width: 100%;
    z-index: 8888;
    -webkit-transform: translateZ(0);
    top: 0; }
  #page_wrapper.sticky_header .top-headers-wrapper {
    position: absolute;
    width: 100%;
    z-index: 8888;
    -webkit-transform: translateZ(0);
    top: 0; }
  #page_wrapper.sticky_header .top-headers-wrapper.on_page_scroll {
    position: fixed;
    top: 0; }
  .logged-in.admin-bar #page_wrapper.sticky_header .top-headers-wrapper.on_page_scroll {
    position: fixed;
    top: 32px; }
  .site-header.sticky {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .site-branding {
    /*text-align: center;*/
    height: auto; }
  .site-branding img {
    text-align: center;
    height: auto; }
  .site-tools ul .wishlist-button,
  .site-tools ul .search-button {
    display: inline-block; }
  .menu-button-text {
    display: none; } }

/* IE10+ CSS styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .offcanvas_open .top-headers-wrapper {
    position: absolute !important; } }

/* IE9 CSS styles */
.ie9 .offcanvas_open .top-headers-wrapper {
  position: absolute !important; }

/**********************************************************************************/
/* Navigation / Large Screens *****************************************************/
/**********************************************************************************/
.main-navigation {
  text-align: left;
  height: auto;
  line-height: normal; }

.main-navigation.align_left {
  text-align: left; }

.main-navigation.align_center {
  text-align: center; }

.main-navigation.align_right {
  text-align: right; }

.main-navigation &gt; ul {
  vertical-align: middle;
  display: inline; }

.main-navigation.align_right &gt; ul {
  margin-right: -15px; }

.main-navigation ul ul {
  display: none; }

.main-navigation ul li:hover &gt; ul {
  display: block; }

.main-navigation &gt; ul &gt; li.call-to-action {
  margin: -1px 4px 0; }

.main-navigation &gt; ul &gt; li.call-to-action &gt; a {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.main-navigation &gt; ul &gt; li.menu-item-has-children {
  padding-right: 2px;
  margin-right: 10px; }

.main-navigation ul ul li.menu-item-has-children a {
  margin: 3px 10px 3px 0; }

.main-navigation ul li.menu-item-has-children &gt; a:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f105";
  display: block;
  width: 10px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: .7em;
  line-height: 12px;
  text-align: left; }

.main-navigation &gt; ul &gt; li.menu-item-has-children &gt; a:after {
  /*top: 1.25em;
	right: 0px;
	content: "\f107";*/
  top: 50%;
  right: 3px;
  content: "\f107";
  margin-top: -7px;
  line-height: 13px;
  height: auto; }

.main-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }

.main-navigation ul:after {
  content: "";
  clear: both;
  display: block; }

.main-navigation ul li {
  /*float: left;*/
  display: inline-block;
  white-space: nowrap;
  position: relative; }

.main-navigation ul li:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.main-navigation &gt; ul &gt; li &gt; a {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.main-navigation &gt; ul &gt; li:hover &gt; a {
  opacity: 0.6; }

.main-navigation ul li a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase; }

@-webkit-keyframes main_nav_anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes main_nav_anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes main_nav_anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes main_nav_anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.main-navigation ul ul {
  background: #fff;
  padding: 40px 50px;
  position: absolute;
  top: 100%;
  left: -15px;
  min-width: 280px;
  z-index: 1000;
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  line-height: 23px;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: main_nav_anim;
  -moz-animation-name: main_nav_anim;
  -o-animation-name: main_nav_anim;
  animation-name: main_nav_anim; }

.main-navigation ul ul li {
  float: none;
  text-align: left;
  display: block;
  border-top: 0px solid #ccc;
  position: relative; }

.main-navigation ul ul li:last-child {
  border-bottom: 0px solid #ccc; }

.main-navigation ul ul li a {
  font-size: 0.875rem;
  margin: 3px 10px 3px 0;
  padding: 0;
  border-bottom: 2px solid transparent;
  text-transform: none;
  font-weight: 500;
  color: #000 !important; }

.main-navigation ul ul li a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom-width: 2px;
  border-bottom-style: solid; }

.main-navigation ul ul ul {
  position: absolute;
  left: 100%;
  top: -15px; }

.main-navigation ul ul ul li a {
  display: inline-block; }

/*Mega-Menu*/
.main-navigation .mega-menu ul .sub-menu {
  position: static;
  display: block; }

.main-navigation .mega-menu li.menu-item-has-children a:after {
  display: none; }

.main-navigation .mega-menu ul li {
  white-space: normal; }

.main-navigation .mega-menu ul li:hover {
  z-index: 100; }

.main-navigation .mega-menu ul ul {
  box-shadow: 0px 0px 0px transparent;
  font-weight: normal;
  background: none; }

.main-navigation .mega-menu &gt; ul {
  position: absolute;
  margin: 0;
  padding: 40px 0 40px 50px; }

.main-navigation .mega-menu &gt; ul.with_bg_image {
  padding: 40px 150px 20px 50px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain; }

.main-navigation .mega-menu &gt; ul ul {
  margin: 0;
  padding: 5px 0 20px 0; }

.main-navigation .mega-menu ul ul li.menu-item-has-children &gt; a:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f105";
  display: block;
  width: 10px;
  height: 30px;
  position: absolute;
  right: -5px;
  top: .7em;
  line-height: 12px;
  text-align: left; }

.main-navigation .mega-menu &gt; ul ul li {
  position: relative; }

.main-navigation .mega-menu &gt; ul ul ul {
  margin: 0;
  padding: 5px 0 0 0;
  display: none !important;
  background: #fff;
  padding: 40px 50px 40px 50px;
  position: absolute !important;
  top: 0;
  left: 230px !important;
  min-width: 280px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  line-height: 23px;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: main_nav_anim;
  -moz-animation-name: main_nav_anim;
  -o-animation-name: main_nav_anim;
  animation-name: main_nav_anim; }

.main-navigation .mega-menu &gt; ul li:hover &gt; ul {
  display: block !important; }

.main-navigation .mega-menu &gt; ul &gt; li {
  display: table-cell;
  width: 280px;
  min-width: 280px; }

.main-navigation .mega-menu &gt; ul &gt; li &gt; a {
  text-transform: uppercase;
  font-weight: bold; }

.main-navigation sup {
  font-weight: 900;
  font-size: 9px; }

.main-navigation .fa {
  font-size: 14px;
  margin-right: 3px; }

.main-navigation sup .fa {
  font-size: 9px;
  margin-left: 3px; }

/**********************************************************************************/
/*  Navigation / Small &amp; Medium Screens *******************************************/
/**********************************************************************************/
.st-menu.slide-from-right {
  background: #fff; }

.mobile-navigation {
  padding: 38px 0 36px 0;
  border-bottom: 1px solid #e5e5e5; }

.mobile-navigation ul,
.mobile-navigation li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  font-size: 1em; }

.mobile-navigation ul li {
  text-transform: none;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mobile-navigation &gt; ul &gt; li {
  text-transform: uppercase; }

.mobile-navigation .sub-menu {
  display: none;
  position: relative;
  padding: 0 0 10px 30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
  /*webkit fix*/
  -webkit-transform: translateZ(0);
  /*webkit fix*/ }

.mobile-navigation .sub-menu.open {
  display: block;
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: main_nav_anim;
  -moz-animation-name: main_nav_anim;
  -o-animation-name: main_nav_anim;
  animation-name: main_nav_anim;
  -webkit-backface-visibility: hidden;
  /*webkit fix*/
  -webkit-transform: translateZ(0);
  /*webkit fix*/ }

.mobile-navigation .sub-menu.open li:last-child .sub-menu.open {
  padding-bottom: 20px;
  margin-bottom: -20px; }

.mobile-navigation li:last-child &gt; .sub-menu.open {
  margin-bottom: -20px; }

.mobile-navigation .sub-menu .sub-menu {
  padding: 2px 0 11px 20px; }

.mobile-navigation .sub-menu .sub-menu .sub-menu {
  padding: 0;
  margin: 0; }

.mobile-navigation .menu-item-has-children .more,
.mobile-navigation .menu-item-language .more {
  display: block;
  position: absolute;
  top: 1px;
  right: 22px;
  width: 36px;
  height: 36px;
  margin-top: 0px;
  color: #a3a3a3;
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "";
  font-size: 0.875rem;
  vertical-align: middle;
  line-height: 32px;
  cursor: pointer; }

.mobile-navigation .menu-item-language .sub-menu .more {
  display: none; }

.mobile-navigation .menu-item-has-children.current .more {
  color: #585858; }

.mobile-navigation .menu-item-has-children.current a {
  color: #000; }

.mobile-navigation .sub-menu .sub-menu .menu-item-has-children .more {
  /*	border:3px solid #6e6e6e;
	color:#6e6e6e;*/ }

.mobile-navigation a {
  font-size: .8125em;
  color: #000;
  font-weight: bold;
  padding: 8px 35px;
  display: inline-block; }

.mobile-navigation.primary-navigation a {
  font-weight: bold; }

.mobile-navigation #menu-hamburger-menu .sub-menu a {
  font-size: 0.875rem;
  font-weight: normal;
  padding: 8px 24px; }

.mobile-navigation a:hover {
  color: #999; }

#menu-hamburger-menu a {
  font-weight: bold; }

/*Off-Canvas Search*/
.mobile-search {
  position: relative; }

.mobile-search .widget {
  margin-bottom: 0; }

.mobile-search .widget form &gt; div {
  padding-top: 0; }

.mobile-search .widget_search .search-form:after,
.mobile-search .woocommerce-product-search:after {
  display: none; }

.mobile-search .widget_product_search input[type="submit"],
.mobile-search .widget_search #searchsubmit,
.mobile-search .widget_product_search .search-submit,
.mobile-search .mobile_search_submit {
  color: #a3a3a3;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 6px;
  right: 22px; }

.mobile-search .widget_product_search #searchsubmit,
.mobile-search .widget_search #searchsubmit,
.mobile-search .widget_product_search .search-submit {
  font-size: 0; }

.mobile-search .mobile_search_submit {
  font-size: 0.875rem; }

.mobile-search input[type="search"] {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 13px 60px 14px 35px;
  height: auto; }

.mobile-search input[type="search"]::-webkit-input-placeholder {
  font-weight: 900;
  color: #a3a3a3;
  text-transform: lowercase;
  opacity: 1; }

.mobile-search input[type="search"]::-moz-placeholder {
  font-weight: 900;
  color: #a3a3a3;
  text-transform: lowercase;
  opacity: 1; }

/* firefox 19+ */
.mobile-search input[type="search"]:-ms-input-placeholder {
  font-weight: 900;
  color: #a3a3a3;
  text-transform: lowercase;
  opacity: 1; }

/* ie */
.mobile-search input[type="search"]:-moz-placeholder {
  font-weight: 900;
  color: #a3a3a3;
  text-transform: lowercase;
  opacity: 1; }

/*Off-Canvas Language and Currency */
.language-and-currency-offcanvas {
  /*padding: 36px 24px 21px;*/
  /*border-bottom: 1px solid #e5e5e5;*/ }

.language-and-currency-offcanvas img {
  display: none; }

select.topbar-language-switcher,
select.wcml_currency_switcher {
  font-size: 0.8125rem;
  color: #a3a3a3;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  text-transform: uppercase;
  height: 2.5rem;
  margin: 0 0 15px;
  outline: medium none; }

.language-and-currency-offcanvas .select2-container.topbar-language-switcher,
.language-and-currency-offcanvas .select2-container.wcml_currency_switcher {
  display: block;
  height: auto;
  line-height: normal;
  padding-top: 0px;
  margin: 0 0 12px 0; }

.language-and-currency-offcanvas .select2-container .select2-choice {
  display: inline-block;
  padding-bottom: 7px;
  color: #a3a3a3;
  font-weight: normal; }

.language-and-currency-offcanvas .select2-container:last-of-type {
  margin-bottom: 8px; }

.main-navigation ul li.mega-menu ul li.menu-item-has-children {
  margin-right: 40px; }

/* Hover image navigation */
a.has-hover-img span.menu-hover-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: #FFF;
  transition: opacity .3s ease-in-out; }
  a.has-hover-img span.menu-hover-img img {
    width: 250px;
    max-width: 250px;
    height: auto;
    box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29); }

a.has-hover-img:hover span.menu-hover-img {
  opacity: 1; }

/*------------------------------------------------------------------
[Table of contents]
	
	General
	Forms
		select2
	Footer
	Search Results
	Blog
		General
		Post Meta
		Tags
		Blog Listing
		Standard Post Format
		Parallax Container
		Error 404
		No Search Results
		Categories List
		Password Protected Post
		Navigation
		Paging Navigation
		Comments
		Pingbacks And Trackbacks
	My Account
	Cart
	Shop Catalog 	
	Product Quick View
	Categories Grid	
	Product Single	
	Widgets	
		Text Widget
		Search
	Off-canvas Left	
	Off-canvas Right
	Portfolio
		Portfolio Filters
		Portfolio Hover Effect
		Portfolio Boxed
		Portfolio Single
		Portfolio Related Items
	Shortcodes
		Social Media Profiles
		Blog Posts
		Gallery
		Banner
		Icon Box
		Add to Cart Button
	Visual Composer Shortcodes
		General
		Visual Composer Rows
			Adjust Columns Height
		Separators
		Tabs &amp; Tour Sections
		Tabs/Accordions/Toggles/Tour fix - jQuery ui
		Message Boxes
		Buttons
		Contact Form 7
		Toggles
		Accordions 
		Google Maps
		Progress Bars
		Pie Charts
		Separator
		Blog Posts

[/Table of contents]
-------------------------------------------------------------------*/
/**********************************************************************************/
/* General ************************************************************************/
/**********************************************************************************/
#wpadminbar {
  display: none; }

#wpadminbar .dashicons-portfolio:before {
  content: "\f108";
  top: 2px; }

.row {
  padding: 0 20px;
  max-width: 112.5rem; }

.row .row {
  padding: 0; }

[class*="vc_row"][class*="column"] + [class*="vc_row"][class*="column"]:last-child {
  float: initial; }

.wpb_text_column {
  float: inherit !important; }

.st-container {
  overflow-x: hidden; }

a:active,
a:focus {
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 900; }

h1 {
  font-size: 1.875rem;
  line-height: 1.33333em; }

h2 {
  font-size: 1.6875rem;
  line-height: 1.259259em; }

h3 {
  font-size: 1.4375rem;
  line-height: 1.391304em; }

h4 {
  font-size: 1.125rem;
  line-height: 1.55555em; }

h5 {
  font-size: 1rem;
  line-height: 1.625em; }

h6 {
  font-size: 13px;
  line-height: 1.71428em; }

.single .entry-title {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.13em; }

.entry-title {
  text-align: center; }

.page-title {
  font-size: 1.875em;
  margin: -0.13em 0 15px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 900; }

p {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 10px; }

ul li ul,
ul li ol,
ul, ol, dl {
  font-family: inherit;
  font-size: 1.125rem;
  line-height: 1.5;
  list-style-position: outside; }

table {
  table-layout: auto; }

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: none; }

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  line-height: 1.8rem; }

table tr td {
  font-size: 1.125rem; }

.clear {
  clear: both; }

.fr-thumbnail-loading-background,
.fr-loading-background {
  opacity: 1;
  background: #fff; }

.fr-thumbnail-loading-background,
.fr-loading-background,
.blockUI.blockOverlay:before {
  background-image: url("../images/morph-shape-gif-preloader.gif") !important;
  background-size: 15px auto !important;
  background-position: center;
  background-repeat: no-repeat; }

.yith-wcwl-add-button:after {
  background-image: url("../images/morph-shape-gif-preloader.gif") !important;
  background-size: 20px auto !important;
  background-position: center;
  background-repeat: no-repeat; }

.blockUI.blockOverlay:before {
  animation: none !important;
  -ms-transform: none !important;
  transform: none !important;
  background-color: transparent;
  background-image: url("../images/morph-shape-gif-preloader.gif") !important;
  background-size: auto 15px !important;
  background-position: center !important;
  background-repeat: no-repeat !important; }

.dropcap {
  float: left;
  font-size: 75px;
  font-weight: 900;
  line-height: 60px;
  padding: 8px 18px 5px 0px; }

.blog .dropcap {
  float: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: inherit; }

p,
ul li ul,
ul li ol,
ul, ol, dl,
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th,
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td,
.woocommerce-review-link,
.blog-isotope .entry-content-archive,
.blog-isotope .entry-content-archive * {
  font-size: 14px; }

.fr-content-image-overlay {
  border: none !important; }

.fr-box-wrapper {
  background: transparent !important; }

.fr-box-outer-border {
  box-shadow: none !important; }

.fr-overlay-background {
  opacity: .5;
  background: #FFF; }

.gallery-size-thumbnail dl.gallery-item:before {
  background: transparent; }

/**********************************************************************************/
/* Forms  *************************************************************************/
/**********************************************************************************/
input {
  background: none; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"], input[type="week"],
input[type="email"], input[type="number"],
input[type="search"], input[type="tel"],
input[type="time"], input[type="url"],
textarea,
select {
  font-size: 0.875rem;
  color: #444;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  height: 2.5rem;
  outline: none;
  font-weight: 900;
  margin: 0; }

#coupon_code {
  color: #444;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.chosen-container .chosen-results li {
  font-size: 1rem;
  color: #444;
  background-color: #fff;
  padding: 11px 12px;
  outline: none;
  font-weight: 900;
  margin: 0; }

input[type="text"]:focus, input[type="password"]:focus,
input[type="date"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="month"]:focus,
input[type="week"]:focus, input[type="email"]:focus,
input[type="number"]:focus, input[type="search"]:focus,
input[type="tel"]:focus, input[type="time"]:focus,
input[type="url"]:focus, textarea:focus,
select:focus,
#coupon_code:focus,
.chosen-container-single .chosen-single:focus {
  color: #444;
  background-color: #fafafa; }

.comments_section textarea,
.comments_section input[type="text"],
.comments_section input[type="password"],
.comments_section input[type="date"],
.comments_section input[type="datetime"],
.comments_section input[type="datetime-local"],
.comments_section input[type="month"],
.comments_section input[type="week"],
.comments_section input[type="email"],
.comments_section input[type="number"],
.comments_section input[type="search"],
.comments_section input[type="tel"],
.comments_section input[type="time"],
.comments_section input[type="url"] {
  background-color: #fff;
  border-color: #ddd; }

::-webkit-input-placeholder {
  font-weight: normal;
  color: #a1a1a1; }

::-moz-placeholder {
  font-weight: normal;
  color: #a1a1a1;
  opacity: 1; }

/* firefox 19+ */
:-ms-input-placeholder {
  font-weight: normal;
  color: #a1a1a1; }

/* ie */
input:-moz-placeholder {
  font-weight: normal;
  color: #a1a1a1; }

/*button*/
button, .button {
  text-transform: uppercase;
  /*color:#fff !important;*/
  font-size: 13px !important; }

.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  background: none !important;
  font-size: 0.875rem;
  font-weight: 700;
  border: none;
  border-radius: 0 !important;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none !important;
  box-shadow: none !important;
  width: 100%;
  min-width: 220px;
  padding: 1rem 1rem 1rem !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.mejs-container button,
.mejs-container .button,
.mejs-container input[type="button"],
.mejs-container input[type="reset"],
.mejs-container input[type="submit"] {
  background-color: transparent !important;
  padding: 0 !important;
  min-width: 15px !important;
  width: auto !important; }

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff; }

label {
  text-transform: uppercase;
  font-size: .8125rem;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 1px;
  line-height: 2em; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-left: 0;
  margin-right: 0; }

ul.wc_payment_methods.payment_methods.methods li.wc_payment_method &gt; input,
.woocommerce ul#shipping_method li input,
.check_box {
  left: -9999px;
  position: absolute; }

.woocommerce form .form-row label.check_label_radio,
.woocommerce-page form .form-row label.check_label,
ul.wc_payment_methods.payment_methods.methods li.wc_payment_method &gt; label,
.check_label {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  padding-left: 24px;
  position: relative;
  text-indent: 0; }

ul.wc_payment_methods.payment_methods.methods li label {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 17px;
  text-transform: capitalize;
  line-height: 1.3em; }

.woocommerce ul#shipping_method li &gt; label {
  position: relative;
  padding-left: 25px; }

ul.wc_payment_methods.payment_methods.methods li.wc_payment_method &gt; label:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 2px;
  background-image: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/radio.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 16px 40px;
  background-position: 0 0;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  overflow: hidden; }

.woocommerce ul#shipping_method li &gt; label:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: -1px;
  background-image: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/radio.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 16px 40px;
  background-position: 0 0;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  overflow: hidden; }

.check_label {
  font-weight: normal;
  font-size: 0.875rem;
  padding-top: 0px;
  text-transform: none;
  margin: 0 0 15px;
  line-height: 20px !important; }

.check_label:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0px;
  background-image: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/checkbox.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 20px 40px;
  background-position: 0 0; }

ul.wc_payment_methods.payment_methods.methods li input:checked + label:before,
.woocommerce ul#shipping_method li input:checked + label:before {
  background-position: 0px -24px; }

.check_box:checked + .check_label:before {
  background-position: 0px -20px; }

/* select2 */
.big-select:hover {
  background-color: transparent; }

.big-select:focus {
  outline: none; }

.catalog-ordering .select2-container.orderby a {
  text-transform: uppercase;
  font-size: 10px; }
  @media screen and (min-width: 640px) {
    .catalog-ordering .select2-container.orderby a {
      font-size: 13px; } }

.select2-container:not(.orderby),
.big-select,
.select.big-select {
  font-size: 1.5rem !important;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  margin: 0;
  width: auto !important;
  font-weight: normal;
  opacity: 1;
  width: auto;
  line-height: 1;
  height: 40px; }

select.big-select {
  /*border: 1px solid #EEEEEE;*/
  font-size: 13px !important;
  font-weight: bold;
  padding: 9px 11px 11px;
  text-transform: uppercase;
  width: 100% !important;
  max-width: 320px; }

.variations select.big-select {
  font-size: 1.5rem !important;
  text-transform: none;
  padding: 0 20px 0 0;
  width: auto !important; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-container .select2-choice {
  background: none;
  border: none;
  -webkit-filter: none;
  filter: none;
  font-weight: 900;
  padding: 0;
  padding-right: 26px;
  box-shadow: none;
  height: auto;
  line-height: 1; }

.select2-container .select2-choice &gt; .select2-chosen {
  margin: 0; }

.select2-container .select2-choice .select2-arrow {
  background: none;
  background-image: none;
  -webkit-filter: none;
  filter: none;
  border: none;
  border-radius: 0;
  font-size: 0.692em;
  line-height: 1em;
  box-shadow: none; }

.select2-container .select2-choice .select2-arrow:before {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.select2-search {
  padding-top: 5px; }

.select2-search input {
  padding: 6px 8px 7px !important; }

.select2-results {
  font-size: 14px;
  margin: 0;
  padding: 5px 0; }

.select2-drop {
  min-width: 250px !important;
  border: none;
  margin-top: 9px;
  margin-left: -15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0; }

.select2-drop.select2-drop-above {
  margin-bottom: 6px; }

.select2-drop.select2-drop-above.select2-drop-active {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }

.select2-results .select2-result-label {
  padding: 3px 16px 4px; }

.select2-offscreen, .select2-offscreen:focus {
  border: 0 none !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  height: 26px !important;
  left: 0 !important;
  margin: 0 !important;
  outline: 0 none !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 1px !important; }

.woocommerce-ordering select.orderby {
  max-width: none;
  border: none;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 24px;
  height: auto !important;
  padding: 0 0.5rem;
  direction: rtl; }

.select2-container.topbar-language-switcher,
.select2-container.wcml_currency_switcher {
  font-size: 0.8125rem !important;
  font-weight: bold;
  text-transform: uppercase; }

.select2-container.topbar-language-switcher,
.select2-container.wcml_currency_switcher {
  margin-right: 23px; }

.catalog-ordering {
  line-height: 24px;
  float: right; }
  .catalog-ordering select.orderby {
    padding-right: 25px; }
    .catalog-ordering select.orderby:hover {
      background-color: transparent; }
    @media screen and (min-width: 1024px) {
      .catalog-ordering select.orderby {
        font-style: 13px; } }

.tob_bar_shop {
  margin-bottom: 15px; }

.catalog-ordering .select2-container {
  line-height: 24px;
  height: auto;
  float: right; }
  .catalog-ordering .select2-container.orderby a {
    line-height: 24px; }

.select2-container .select2-choice .select2-arrow {
  top: 6px; }

.select2-container.topbar-language-switcher,
.select2-container.wcml_currency_switcher {
  height: 43px;
  line-height: 43px;
  padding-top: 15px; }

.catalog-ordering .select2-container .select2-choice {
  font-weight: bold; }

.catalog-ordering .select2-container .select2-choice .select2-arrow {
  font-size: 18px;
  line-height: 24px; }

.select2-container.topbar-language-switcher .select2-choice .select2-arrow,
.select2-container.wcml_currency_switcher .select2-choice .select2-arrow {
  font-size: 13px;
  line-height: 1em; }

.catalog-ordering .select2-container .select2-choice .select2-arrow:before {
  display: block;
  line-height: 13px; }

.woocommerce.archive .select2-drop,
.woocommerce-page.archive .select2-drop {
  margin-top: 1px; }

.variations .select2-container {
  padding-top: 9px; }

.variations .select2-container .select2-choice &gt; .select2-chosen {
  line-height: 20px; }

.variations .select2-container .select2-choice .select2-arrow:before {
  line-height: 23px; }

.cart-collaterals select {
  color: rgba(0, 0, 0, 0.75);
  font-weight: bold; }

.select2-search input.select2-active {
  background: none; }

.select2-container.select2-container-disabled,
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background: none;
  border: none; }

/*Select2 on Checkout and MyAccount*/
.country_select.select2-container,
.state_select.select2-container {
  display: block;
  border-style: solid;
  border-width: 1px;
  background: none repeat scroll 0 0 #fff;
  width: 100% !important;
  height: auto; }

.country_select.select2-container .select2-choice &gt; .select2-chosen,
.state_select.select2-container .select2-choice &gt; .select2-chosen {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 20px;
  color: #444;
  padding: 0.5rem;
  height: 38px; }

.woocommerce-account .select2-drop,
.woocommerce-checkout .select2-drop {
  margin: 0px; }

.woocommerce-account .select2-drop.select2-drop-above,
.woocommerce-checkout .select2-drop.select2-drop-above {
  margin-top: -36px; }

.country_select.select2-container .select2-choice .select2-arrow,
.state_select.select2-container .select2-choice .select2-arrow {
  color: #444;
  top: 11px; }

.woocommerce-checkout-review-order-table th {
  font-weight: bold; }

.checkout_coupon_inner {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 10px; }

form.checkout_coupon #coupon_code {
  transition: all .3s;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0 120px 0 65px;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  border-style: dashed; }

form.checkout_coupon input[type="submit"] {
  position: absolute;
  right: 0px;
  background: none !important;
  color: #000 !important;
  min-width: 0;
  top: 0px;
  width: auto;
  opacity: 0;
  transition: all .3s;
  z-index: 99999; }

form.checkout_coupon .checkout_coupon_inner:before {
  content: "\e909";
  font-family: 'Shopkeeper-Icon-Font';
  position: absolute;
  left: 120px;
  top: 6px;
  font-size: 36px;
  line-height: 36px;
  color: #000; }

form.checkout_coupon input[type="submit"]:active,
form.checkout_coupon input[type="submit"]:focus {
  border: none;
  outline: none; }

form.checkout_coupon input[type="submit"],
form .coupon input[type="submit"] {
  opacity: 0 !important;
  transition: all .3s;
  width: 70px !important; }

form.checkout_coupon .checkout_coupon_inner.focus:after {
  content: "\e902";
  font-family: 'Shopkeeper-Icon-Font';
  position: absolute;
  right: 120px;
  top: 12px;
  font-size: 22px;
  color: #000;
  opacity: 1; }

@media only screen and (max-width: 767px) {
  form.checkout_coupon .checkout_coupon_inner:before,
  .woocommerce-cart #content table.cart td.actions .coupon:before:before {
    left: 10px; }
  form.checkout_coupon .checkout_coupon_inner.focus:after {
    right: 10px; }
  form.checkout_coupon #coupon_code {
    padding: 0 45px 0 65px; }
  .shopkeeper_checkout_coupon a.showcoupon,
  .shopkeeper_checkout_coupon a.showlogin {
    display: block; }
  .checkout_coupon_inner {
    margin: 0; }
  .woocommerce-cart #content table.cart td.actions .coupon #coupon_code {
    padding-right: 45px !important; } }

.coupon input[type="submit"] {
  opacity: 0;
  transition: all .3s;
  z-index: 9999;
  width: 70px; }

form .coupon.focus:after {
  opacity: 1;
  content: "\e902";
  font-family: 'Shopkeeper-Icon-Font';
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 22px;
  color: #000; }

/**********************************************************************************/
/* Footer *************************************************************************/
/**********************************************************************************/
.site-footer-widget-area {
  display: none;
  margin-top: -2px;
  margin-bottom: 40px; }

.site-footer-widget-area &gt; .row {
  border-bottom: 1px solid #ddd; }

.trigger-footer-widget-area {
  text-align: center;
  margin: -55px 30px 40px;
  border-bottom: 1px solid #ddd; }

#site-footer .copyright_text {
  margin-top: -5px;
  margin-bottom: 26px; }

#site-footer .copyright_text a {
  display: inline-block;
  line-height: 1.1;
  border-bottom: 1px solid; }

.trigger-footer-widget-icon {
  display: inline-block !important;
  padding: 9px 20px;
  margin-bottom: 1px; }

.trigger-footer-widget-icon:before {
  content: "\f141";
  display: inline-block;
  font-size: 24px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.trigger-footer-widget-icon:hover {
  cursor: pointer; }

.trigger-footer-widget-icon.active:hover {
  cursor: default; }

#site-footer .widget li:last-child {
  padding-bottom: 0; }

#site-footer .button.checkout.wc-forward {
  margin-bottom: 0; }

.footer_socials_wrapper {
  text-align: center;
  margin-bottom: 21px;
  margin-left: 0; }

.footer_socials_wrapper li {
  display: inline-block;
  font-size: 24px;
  margin: 0 15px 15px; }

.footer-navigation-wrapper {
  text-align: center; }

.footer-navigation-wrapper ul {
  list-style: none;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  margin-bottom: 19px;
  margin-top: -2px;
  margin-left: 0; }

.footer-navigation-wrapper ul:after {
  content: "";
  display: block;
  clear: both; }

.footer-navigation-wrapper ul li {
  display: block;
  margin: 0px 0px 15px 0; }

.footer-navigation-wrapper ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0; }

.footer-navigation-wrapper ul li a {
  font-size: 15px;
  line-height: 1; }

.cd-top {
  position: fixed;
  font-size: 24px;
  right: 55px;
  bottom: 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  background: #FFF;
  border-radius: 46px;
  -moz-border-radius: 46px;
  -webkit-border-radius: 46px;
  /* image replacement properties */
  overflow: hidden;
  background: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
  z-index: 999;
  display: block;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  padding-top: 6px;
  width: 38px;
  height: 38px;
  color: #000;
  transition: all .5s; }
  .cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    bottom: 55px; }
    .cd-top.cd-is-visible:hover {
      opacity: .7; }

.cd-top.cd-fade-out {
  /*opacity: .1;*/ }

/**********************************************************************************/
/* Search results *****************************************************************/
/**********************************************************************************/
.search-results {
  padding-bottom: 90px; }

.search-results .page-header {
  margin-bottom: 96px; }

.search-results-title .page-title {
  display: block;
  text-align: center;
  margin-top: 2px; }

.search_result_item {
  padding-bottom: 21px;
  margin-bottom: 33px;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.search_result_item:last-of-type {
  border-bottom: none; }

.search_result_item .entry-title-archive {
  margin-bottom: 13px; }

.search-results #nav-below.paging-navigation {
  padding-left: 0;
  padding-right: 0; }

/**********************************************************************************/
/* Blog ***************************************************************************/
/**********************************************************************************/
/* General */
.top-page-excerpt,
.top-page-excerpt p {
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 58px; }

.content-area {
  position: relative; }

#page_wrapper.transparent_header .page-title-hidden .content-area,
#page_wrapper.transparent_header .content-area.blog-single,
#page_wrapper.transparent_header .content-area.shop-page {
  /*padding:0 !important;*/
  margin: 0 !important; }

.entry-content:after {
  content: '';
  display: block;
  clear: both; }

.entry-header-page {
  margin-bottom: 45px; }

.entry-header-page.with-featured-img {
  padding: 200px 0 170px;
  margin-top: -85px; }

.entry-header-page.with-featured-img h2,
.entry-header-page.with-featured-img h1,
.entry-header-page.with-featured-img p,
.entry-header-page.with-featured-img li,
.entry-header-page.with-featured-img a {
  color: #FFF;
  border-bottom-color: #FFF; }

.edit-link {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 900; }

/* Post Meta */
.post_meta_archive,
.post_meta {
  font-size: 0.825rem;
  line-height: 1.5em; }

.post_meta {
  text-align: center;
  margin: 0;
  margin-bottom: 80px; }

.post_meta_archive a,
.post_meta a {
  margin-right: 16px;
  margin-left: 4px;
  text-transform: uppercase;
  font-weight: 900; }

.post_meta a {
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
  transition: color 0.3s, border-color 0.3s;
  -webkit-transition: color 0.3s, border-color 0.3s; }

.post_meta a:hover {
  border-bottom: 1px solid transparent; }

.post_meta_archive a:last-child,
.post_meta a:last-child {
  margin-right: 0; }

.post_meta_archive a {
  font-weight: bold; }

.post_meta_archive a[rel^="category"],
.post_meta a[rel^="category"] {
  margin-right: 0; }

.post_meta:before {
  content: "";
  display: block;
  background: none repeat scroll 0 0 #000;
  height: 3px;
  margin: 24px auto 28px;
  width: 100px; }

.entry-meta .post_meta {
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 54px; }

.entry-meta .post_meta:before {
  display: none;
  margin-bottom: 31px; }

/* Tags */
.post_tags {
  text-align: center; }

.post_tags a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 6px 13px 4px;
  border-width: 1px;
  border-style: solid;
  border-radius: 13px;
  text-transform: uppercase;
  word-wrap: break-word;
  transition: all .3s;
  -webkit-transition: all .3s; }

.post_tags a:first-child {
  margin-left: 0; }

.post_tags a:hover {
  border: 1px solid;
  color: #fff; }

/* Standard Post Format */
.single-post-header.with-thumb {
  margin-top: -85px;
  margin-bottom: 90px;
  position: relative; }

.single-post-header.with-thumb .title {
  padding: 125px 0 55px 0; }

.single-post-header-bkg {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }
  @media only screen and (max-width: 1280px) {
    .single-post-header-bkg {
      background-position: 50% 0 !important; } }

.single-post-header-bkg.loaded {
  opacity: 1; }

.single-post-header-overlay {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.single-post-header.with-thumb .entry-title,
.single-post-header.with-thumb .post_meta,
.single-post-header.with-thumb .post_meta a {
  color: #fff; }

.single-post-header.with-thumb .post_meta a:hover {
  color: #fff !important; }

.single-post-header.with-thumb .post_meta:before {
  background: #fff; }

.entry-title a:hover {
  color: #777777; }

.entry-content h6 img {
  margin: 15px 0 20px; }

.entry-thumbnail {
  margin: 0 -30px 22px; }

.blog-single .drop-cap:first-letter {
  float: left;
  font-size: 6.25em;
  margin-right: 0.17em;
  line-height: 80%;
  font-weight: bold; }

.wp-caption {
  position: relative; }

.wp-caption-text,
.blog-isotope .entry-content-archive p.wp-caption-text {
  padding: 15px 0 0;
  margin: 0; }

.wp-caption.alignnone {
  margin-bottom: 20px; }

.wp-caption.alignright,
img.alignright,
.wp-caption.alignleft,
img.alignleft {
  margin-bottom: 10px; }

.wp-caption.alignleft {
  margin-right: 0.9375em; }

.wp-caption.aligncenter {
  margin-bottom: 16px; }

blockquote {
  position: relative; }

blockquote:before {
  content: "\f10d";
  left: -2px;
  top: 4px; }

blockquote p {
  font-size: 1.875rem;
  line-height: 1.333em;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0; }

.nav-next-title:after,
.nav-previous-title:before,
blockquote:before {
  display: inline-block;
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.entry-content ins {
  font-size: 1em;
  background-color: #777777;
  padding: 2px 6px 3px; }

code {
  font-size: 1rem; }

.keystroke, kbd {
  background-color: #f5f5f5;
  border-color: #dddddd;
  padding: 2px 6px 3px; }

.post_footer_date {
  margin: 80px 0 50px 0; }

.content_hr {
  margin: 50px 0 100px 0;
  border-color: #eee; }

.video-container {
  padding-bottom: 65px;
  margin-top: 25px;
  text-align: center; }

.video-container iframe {
  margin: 0 auto !important; }

.mejs-container {
  margin: 20px 0; }

.mejs-container .mejs-controls &gt; div:last-of-type {
  position: relative;
  clear: both;
  float: right;
  top: -26px; }

.single-post .with-sidebar .large-9 {
  padding-right: 33px; }

.entry-header.with_featured_img {
  padding: 240px 0 200px 0;
  background-size: cover;
  background-position: 50% 0; }

.entry-header.with_featured_img .page-title {
  margin: 0;
  padding: 0; }

/**********************************************************************************/
/* Parallax Container *************************************************************/
/**********************************************************************************/
.parallax-container {
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  padding: 0;
  background-size: cover !important;
  position: relative;
  margin: -120px 0 73px;
  text-align: left;
  background-attachment: scroll;
  background-repeat: repeat-y;
  background-position: 50% 0; }

.parallax-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2) repeat scroll; }

.parallax-content {
  padding-bottom: 130px; }

.parallax-container .entry-title {
  font-size: 3.125em;
  color: #fff;
  margin: 0;
  padding: 130px 0 39px; }

.parallax-container p {
  font-size: 1.125em;
  line-height: 1.666em; }

/* Error 404 */
/* No Search Results */
.error-404,
.no-results {
  text-align: center;
  margin-top: -30px; }

.error-404 h1.page-title,
.no-results h1.page-title {
  line-height: 1;
  font-weight: 900; }

.error-404 h1.page-title {
  margin-bottom: 23px; }

.no-results h1.page-title {
  margin-top: 100px;
  margin-bottom: 30px; }

.error-banner {
  padding: 5px 0 30px; }

.error-banner img {
  max-width: 120px; }

.error-404 .page-header,
.no-results .page-header {
  margin-bottom: 0; }

.error-404-text {
  margin-bottom: 35px; }

.no-results-text {
  margin-bottom: 42px; }

.no-results-text:before {
  content: "\f071";
  display: inline-block;
  margin-right: 10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.error-404 .search-form,
.no-results .search-form {
  display: block;
  padding-bottom: 47px; }

.error-404 .search-form:after,
.no-results .search-form:after {
  content: "";
  display: block;
  clear: both; }

.error-404 .search-form label,
.no-results .search-form label {
  display: none; }

.error-404 input[type="text"],
.error-404 input[type="search"],
.error-404 input[type="submit"],
.no-results input[type="text"],
.no-results input[type="search"],
.no-results input[type="submit"] {
  float: left;
  height: 50px; }

.error-404 input[type="text"],
.error-404 input[type="search"],
.no-results input[type="text"],
.no-results input[type="search"] {
  margin-bottom: 20px; }

/* Categories List */
.site-content .list-centered,
.list-centered {
  margin-left: 0;
  margin-bottom: 5px;
  text-align: center;
  list-style: none; }

.list-centered li {
  display: inline-block; }

.list-centered li a {
  font-size: 13px;
  font-weight: bold;
  margin-left: 2px;
  margin-bottom: 10px;
  margin: 0 12px 5px;
  padding: 5px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  background: none;
  text-transform: uppercase;
  display: inline-block;
  transition: color 0.3s, border-color 0.2s;
  -webkit-transition: color 0.3s, border-color 0.3s; }

.list-centered li a:hover {
  border-bottom: 1px solid transparent; }

/* Password Protected Post */
.entry-content &gt; .post-password-form {
  margin: 300px auto;
  max-width: 1024px;
  width: 100%; }

.post-password-form input {
  margin-bottom: 10px; }

/* Navigation */
.paging-navigation,
.post-navigation {
  background: #fafafa;
  position: relative;
  height: 70px; }

.portfolio_content_nav .post-navigation {
  margin-top: 0; }

.nav-previous {
  margin-left: -30px;
  margin-right: -10px;
  font-size: 0; }

.nav-next {
  margin-left: -9px;
  margin-right: -30px;
  font-size: 0; }

.nav-next a,
.nav-previous a {
  font-size: 0.875em;
  font-weight: 900;
  display: block;
  background: #f5f5f5;
  height: 70px;
  text-align: center;
  padding-top: 20px;
  position: relative;
  z-index: 2; }

.nav-next .nav-next-title,
.nav-previous .nav-previous-title,
.nav-next a span,
.nav-previous a span {
  display: none; }

.nav-previous.disabled {
  background: #d7d7d7; }

.paging-navigation:before,
.paging-navigation:after,
.post-navigation:before,
.post-navigation:after,
.nav-next a:before,
.nav-previous a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px; }

.paging-navigation:before,
.post-navigation:before,
.nav-previous a:before {
  content: "\f104"; }

.paging-navigation:after,
.post-navigation:after,
.nav-next a:before {
  content: "\f105"; }

.paging-navigation:before,
.paging-navigation:after,
.post-navigation:before,
.post-navigation:after {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  color: #ccc; }

.paging-navigation:before,
.post-navigation:before {
  left: 25%;
  margin-left: -5px; }

.paging-navigation:after,
.post-navigation:after {
  left: 75%;
  margin-left: -5px; }

.nav-next-title,
.nav-previous-title {
  position: relative; }

.nav-previous-title {
  padding-left: 15px; }

.nav-next-title {
  padding-right: 15px; }

.nav-previous .meta-nav {
  display: inline-block;
  margin-right: 5px; }

.nav-next .meta-nav {
  display: inline-block;
  margin-left: 5px; }

.nav-previous-title:before,
.nav-next-title:after {
  font-size: 8px; }

.nav-previous-title:before {
  content: "\f053";
  left: 0;
  top: 10px; }

.nav-next-title:after {
  content: "\f054";
  right: 0;
  top: 10px; }

/* Paging Navigation */
#nav-below.paging-navigation {
  text-transform: capitalize;
  margin-bottom: 0px; }

.paging-navigation .fa {
  font-size: 0.380em;
  display: none;
  vertical-align: middle;
  padding-bottom: 3px; }

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
  display: block; }

/* Comments */
.comments_section {
  border-top-width: 1px;
  border-top-style: solid; }

.with-sidebar .comments_section {
  background: none; }

.comment-author {
  margin-bottom: 0px;
  font-weight: 900; }

.comment-metadata {
  margin-top: -5px;
  margin-bottom: 17px; }

.comment-reply {
  display: inline-block;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }

.comment-reply i,
.comment-edit-link i {
  margin-right: 5px; }

.comment-reply-link {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase; }

#respond {
  margin-top: 20px; }

#commentform p {
  margin: 0;
  padding: 5px 0; }

#commentform .comment-notes {
  padding: 0 0 16px; }

#commentform .form-submit {
  text-align: left;
  margin-top: 10px; }

.comment-edit-link {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 900;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }

.comment-edit-link:hover,
.comment-reply:hover {
  opacity: 0.8; }

/* Pingbacks And Trackbacks */
.comment-list .pingback {
  padding-bottom: 29px;
  margin-bottom: 29px;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.comment-list .pingback:last-of-type {
  border-bottom: none; }

.comment-list .pingback .url {
  display: block;
  font-weight: 900;
  line-height: 1.5;
  margin: 5px 0; }

/**********************************************************************************/
/* My Account *********************************************************************/
/**********************************************************************************/
.woocommerce-account .row .entry-content {
  max-width: 1200px;
  margin: 75px auto;
  min-height: 300px; }

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0; }

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Poppins;
  font-size: 13px; }

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 78%; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 20%; }

.woocommerce-payment-methods.woocommerce-account .woocommerce-Message--info {
  margin-bottom: 35px !important; }

.woocommerce-account .woocommerce a.button:hover {
  color: #FFFFFF; }

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background: transparent; }

/**********************************************************************************/
/* Cart Page **********************************************************************/
/**********************************************************************************/
.woocommerce-cart .entry-content .woocommerce {
  max-width: 1260px;
  position: relative;
  margin: 0 auto; }

.woocommerce-cart .entry-content .woocommerce &gt; form {
  width: 60%;
  float: left;
  margin-bottom: 100px; }

.woocommerce-cart .entry-content .woocommerce form thead {
  display: none; }

.woocommerce-cart .entry-content .woocommerce form table.shop_table tr:first-child td {
  border-top: none; }

.woocommerce-cart .entry-content .woocommerce .cart-collaterals {
  width: 35%;
  float: right;
  padding: 0;
  margin-bottom: 40px; }

.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals {
  padding: 40px 40px 30px; }

.woocommerce table.shop_table.cart td.actions,
.woocommerce-page table.shop_table.cart td.actions {
  padding: 40px 0 0 0; }

.woocommerce-cart .entry-content .woocommerce .actions .button {
  float: right; }

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  width: 60%;
  position: relative; }

.woocommerce-cart .entry-content .woocommerce .actions .coupon .button {
  position: absolute;
  right: 0px;
  top: 3px;
  padding: 0;
  margin: 0;
  background: none !important;
  min-width: 0;
  width: auto; }

.woocommerce-cart .entry-content .woocommerce .actions &gt; .button {
  background: none !important;
  top: 3px;
  min-width: 0;
  padding-right: 0 !important;
  padding-left: 0 !important; }

.woocommerce-cart .entry-content .woocommerce .actions .coupon .button:active,
.woocommerce-cart .entry-content .woocommerce .actions .coupon .button:focus {
  outline: none;
  border: none; }

.woocommerce-cart #content table.cart td.actions .coupon #coupon_code {
  padding: 16px;
  min-width: 200px;
  width: 100%;
  height: 50px;
  font-size: 13px;
  display: block;
  margin-right: 0px;
  padding-right: 130px;
  border-style: dashed;
  padding-left: 65px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold; }

.woocommerce-cart #content table.cart td.actions .coupon:before {
  content: "\e909";
  font-family: 'Shopkeeper-Icon-Font';
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 36px;
  color: #000; }

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
  float: none;
  padding: 40px 40px 0 40px; }

.woocommerce-cart .cart-collaterals:before,
.woocommerce-cart .cart-collaterals:after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  background-size: 20px 20px;
  background-position: 0 10px, 40px 40px; }

.woocommerce-cart .cart-collaterals:before {
  margin-top: -10px; }

.woocommerce-cart .cart-collaterals:after {
  bottom: -10px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  position: relative; }

.cart-collaterals .cart_totals .shop_table .order-total .woocommerce-Price-amount {
  font-size: 24px; }

.cart-collaterals .cart_totals .shop_table .order-total .includes_tax .woocommerce-Price-amount {
  font-weight: normal; }

.woocommerce-cart .cart-collaterals .cart_totals th {
  text-transform: uppercase; }

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th {
  vertical-align: top; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0; }

.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0; }

/**********************************************************************************/
/* Shop Catalog *******************************************************************/
/**********************************************************************************/
#products-grid li.ajax-loaded {
  opacity: 0;
  animation: product-fade-in;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in; }
  #products-grid li.ajax-loaded.delay-1 {
    animation-delay: 0.1s; }
  #products-grid li.ajax-loaded.delay-2 {
    animation-delay: 0.2s; }
  #products-grid li.ajax-loaded.delay-3 {
    animation-delay: 0.3s; }
  #products-grid li.ajax-loaded.delay-4 {
    animation-delay: 0.4s; }
  #products-grid li.ajax-loaded.delay-5 {
    animation-delay: 0.5s; }
  #products-grid li.ajax-loaded.delay-6 {
    animation-delay: 0.6s; }
  #products-grid li.ajax-loaded.delay-7 {
    animation-delay: 0.7s; }
  #products-grid li.ajax-loaded.delay-8 {
    animation-delay: 0.8s; }
  #products-grid li.ajax-loaded.delay-9 {
    animation-delay: 0.9s; }
  #products-grid li.ajax-loaded.delay-10 {
    animation-delay: 1s; }
  #products-grid li.ajax-loaded.delay-11 {
    animation-delay: 1.1s; }
  #products-grid li.ajax-loaded.delay-12 {
    animation-delay: 1.2s; }
  #products-grid li.ajax-loaded.delay-13 {
    animation-delay: 1.3s; }
  #products-grid li.ajax-loaded.delay-14 {
    animation-delay: 1.4s; }
  #products-grid li.ajax-loaded.delay-15 {
    animation-delay: 1.5s; }
  #products-grid li.ajax-loaded.delay-16 {
    animation-delay: 1.6s; }
  #products-grid li.ajax-loaded.delay-17 {
    animation-delay: 1.7s; }
  #products-grid li.ajax-loaded.delay-18 {
    animation-delay: 1.8s; }
  #products-grid li.ajax-loaded.delay-19 {
    animation-delay: 1.9s; }
  #products-grid li.ajax-loaded.delay-20 {
    animation-delay: 2s; }

body.archive #products-grid li {
  opacity: 0;
  animation: product-fade-in;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in; }
  body.archive #products-grid li.delay-1 {
    animation-delay: 0.1s; }
  body.archive #products-grid li.delay-2 {
    animation-delay: 0.2s; }
  body.archive #products-grid li.delay-3 {
    animation-delay: 0.3s; }
  body.archive #products-grid li.delay-4 {
    animation-delay: 0.4s; }
  body.archive #products-grid li.delay-5 {
    animation-delay: 0.5s; }
  body.archive #products-grid li.delay-6 {
    animation-delay: 0.6s; }
  body.archive #products-grid li.delay-7 {
    animation-delay: 0.7s; }
  body.archive #products-grid li.delay-8 {
    animation-delay: 0.8s; }
  body.archive #products-grid li.delay-9 {
    animation-delay: 0.9s; }
  body.archive #products-grid li.delay-10 {
    animation-delay: 1s; }
  body.archive #products-grid li.delay-11 {
    animation-delay: 1.1s; }
  body.archive #products-grid li.delay-12 {
    animation-delay: 1.2s; }
  body.archive #products-grid li.delay-13 {
    animation-delay: 1.3s; }
  body.archive #products-grid li.delay-14 {
    animation-delay: 1.4s; }
  body.archive #products-grid li.delay-15 {
    animation-delay: 1.5s; }
  body.archive #products-grid li.delay-16 {
    animation-delay: 1.6s; }
  body.archive #products-grid li.delay-17 {
    animation-delay: 1.7s; }
  body.archive #products-grid li.delay-18 {
    animation-delay: 1.8s; }
  body.archive #products-grid li.delay-19 {
    animation-delay: 1.9s; }
  body.archive #products-grid li.delay-20 {
    animation-delay: 2s; }

@keyframes product-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.filters_button {
  font-size: 1.15em;
  padding: 0 1em 1px 1.3em;
  vertical-align: text-bottom;
  position: relative;
  display: inline-block; }

.shop_header.with_featured_img .shop_header_overlay {
  background: rgba(0, 0, 0, 0.3); }

.shop_header.with_featured_img .shop_header_bkg {
  background-position: 50% 0px; }

.filters_button:before {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f0c9";
  font-size: .75em; }

.product_after_shop_loop {
  height: 33px;
  overflow: hidden;
  margin-top: -0.3em; }

.product_after_shop_loop_switcher {
  height: 66px;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  -ms-transition: -ms-transform .3s ease;
  transition: transform .3s ease;
  -moz-transform: rotate(0);
  -webkit-transform: translateZ(0); }

.products li:not(.catalog_mode):hover .product_after_shop_loop_switcher {
  transform: translateY(-33px);
  -ms-transform: translateY(-33px);
  -webkit-transform: translateY(-33px); }

.products li.product_added_to_cart .product_after_shop_loop_switcher {
  transform: translateY(-33px);
  -ms-transform: translateY(-33px);
  -webkit-transform: translateY(-33px);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none; }

li.display_buttons .product_after_shop_loop {
  height: 66px;
  overflow: hidden;
  margin-top: -0.3em; }

.products li.display_buttons:not(.catalog_mode):hover .product_after_shop_loop_switcher {
  -ms-transform: translateY(0);
  transform: translateY(0); }

.products li.display_buttons.product_added_to_cart .product_after_shop_loop_switcher {
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none; }

.products li.display_buttons .product_after_shop_loop_price,
.products li.display_buttons .product_after_shop_loop_buttons {
  height: auto; }

.products li.display_buttons .product_after_shop_loop_buttons {
  margin-top: -7px; }

.product_after_shop_loop .price,
.product_after_shop_loop .price ins {
  font-size: 0.875rem;
  line-height: 16px; }

.product_after_shop_loop .price:visited {
  color: inherit; }

.product_after_shop_loop .price ins {
  background: none;
  padding: 0;
  padding-left: 4px; }

.product_after_shop_loop_price {
  height: 33px;
  overflow: hidden; }

.product_after_shop_loop_buttons {
  height: 33px;
  overflow: hidden; }

.product_thumbnail_wrapper {
  position: relative; }

.product_thumbnail.loading {
  width: 100%;
  height: 100%; }
  .product_thumbnail.loading:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    content: "";
    height: 100%;
    width: 100%;
    background: url("../images/morph-shape-gif-preloader.gif") center no-repeat rgba(255, 255, 255, 0.65);
    background-size: auto 15px; }

.product_thumbnail.with_second_image {
  position: relative; }

.product_thumbnail_background {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0ms ease 0.3s !important;
  -moz-transition: opacity 0ms ease 0.3s !important;
  transition: opacity 0ms ease 0.3s !important; }

.product_thumbnail_wrapper:hover .product_thumbnail.with_second_image .product_thumbnail_background {
  opacity: 1;
  -webkit-transition: opacity 0ms ease 0s !important;
  -moz-transition: opacity 0ms ease 0s !important;
  transition: opacity 0ms ease 0s !important; }

.product_thumbnail_wrapper .product_thumbnail.with_second_image a:hover {
  opacity: 1; }

.product_thumbnail.with_second_image.second_image_loaded img {
  opacity: 1 !important;
  transform: translateZ(0) rotate(0);
  -webkit-transform: translateZ(0) rotate(0);
  -webkit-transition: opacity 300ms ease 0s !important;
  -moz-transition: opacity 300ms ease 0s !important;
  transition: opacity 300ms ease 0s !important; }

.product_thumbnail_wrapper:hover .product_thumbnail.with_second_image.second_image_loaded img {
  opacity: 0 !important;
  -webkit-transition: opacity 300ms ease 0.05s !important;
  -moz-transition: opacity 300ms ease 0.05s !important;
  transition: opacity 300ms ease 0.05s !important; }

.active_filters {
  margin: 0 0 15px 0; }

.active_filters .widget {
  margin: 0;
  padding: 0; }

/**********************************************************************************/
/* Product Quick View *************************************************************/
/**********************************************************************************/
.woocommerce .button.getbowtied_product_quick_view_button {
  position: absolute;
  top: 100% !important;
  left: 0;
  width: 100%;
  text-align: center;
  height: 40px;
  margin: -40px 0 0 0 !important;
  background: #FFF !important;
  z-index: 999;
  opacity: 0;
  transition: all .5s !important;
  -webkit-transition: all .5s !important;
  -moz-transition: all .5s !important;
  -o-transition: all .5s !important;
  padding-top: 12px !important; }

ul.products-grid li:hover .button.getbowtied_product_quick_view_button,
.single_product_summary_related ul li:hover .button.getbowtied_product_quick_view_button {
  opacity: 1; }

.woocommerce .button.getbowtied_product_quick_view_button:hover {
  background: #FFF !important; }

.woocommerce .button.getbowtied_product_quick_view_button::before {
  content: "\e903";
  position: relative;
  top: 0 !important;
  margin-right: 6px;
  font-size: 18px;
  font-family: 'Shopkeeper-Icon-Font';
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px; }

.woocommerce .button.getbowtied_product_quick_view_button.loading:after {
  margin-top: 10px; }

/**********************************************************************************/
/* Categories Grid ****************************************************************/
/**********************************************************************************/
.categories_grid {
  /*margin:30px 0 0px 0;*/ }

article .categories_grid {
  margin-bottom: 0px; }

.categories_grid:before,
.categories_grid:after {
  content: " ";
  display: table; }

.categories_grid .category_grid_box,
.category_list .category_grid_box {
  overflow: hidden;
  position: relative;
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.categories_grid .category_item,
.category_list .category_item {
  display: table !important;
  width: 100%;
  color: #fff;
  position: relative;
  border-spacing: 0; }

.category_item_bkg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  max-width: none;
  min-height: 100.6%;
  position: absolute;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

.categories_grid .category_grid_box:hover .category_item_bkg,
.category_list .category_grid_box:hover .category_item_bkg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.categories_grid .category_name,
.category_list .category_name {
  width: 100%;
  display: table-cell;
  line-height: 1.333em;
  font-weight: 700;
  padding: 53px 50px;
  background: transparent;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
  position: relative;
  z-index: 2; }

.categories_grid .category_name:hover,
.category_list .category_name:hover {
  background: rgba(0, 0, 0, 0.6); }

/**********************************************************************************/
/* Product Single *****************************************************************/
/**********************************************************************************/
/**********************************************************************************/
/* Widgets ************************************************************************/
/**********************************************************************************/
.wpb_widgetised_column {
  margin-bottom: 150px;
  padding-right: 30px; }

#secondary.wpb_widgetised_column {
  padding-right: 0;
  margin-bottom: 0;
  /*max-width: 260px;*/ }

.wpb_widgetised_column .widget {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px; }

.widget:first-child {
  padding-top: 0; }

.widget:last-child {
  border-bottom: none; }

.wpb_widgetised_column table tr td,
.wpb_widgetised_column .widget_calendar,
.wpb_widgetised_column .widget_calendar caption {
  color: inherit !important; }

.widget h3,
.wpb_wrapper .widget h3 {
  font-size: 14px !important;
  font-weight: bold;
  margin: 0px 0 15px;
  padding: 0;
  position: relative;
  text-transform: uppercase; }

.widget form &gt; div {
  padding-top: 18px; }

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
  width: 100%;
  min-width: inherit; }

.widget &gt; ul,
.woocommerce .widget_layered_nav &gt; ul,
.widget &gt; form {
  margin: 0; }

.widget:first-child ul,
.widget:first-child form {
  display: block; }

.woocommerce .widget_layered_nav ul li,
.widget ul li {
  margin-bottom: 10px;
  padding-bottom: 0; }

.widget ul li:last-child,
.woocommerce-page .widget_layered_nav ul li:last-child {
  margin-bottom: 0px; }

.widget &gt; ul &gt; li:first-child,
.woocommerce .widget_layered_nav &gt; ul &gt; li:first-child {
  padding-top: 7px; }

.widget ul .children,
.widget ul .sub-menu,
.widget ol .children,
.widget ol .sub-menu {
  border: none; }

.widget.widget_layered_nav,
.widget.widget_layered_nav_filters {
  padding-bottom: 38px; }

.woocommerce .widget_layered_nav ul li.chosen,
.woocommerce-page .widget_layered_nav ul li.chosen,
.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
  color: #fff; }

.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
  float: none;
  display: inline-block;
  padding-left: 0;
  padding-bottom: 0;
  margin: 0 16px 10px 0; }

.widget_calendar table {
  margin-bottom: 0; }

.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before {
  margin-top: 2px !important; }

.widget ul li a,
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li span {
  text-transform: capitalize;
  line-height: 1.5em; }

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li span {
  float: none;
  padding: 0; }

/*.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a,
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a
{
	padding: 7px 13px 8px 13px;
	border: none;
	line-height: 1;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
	font-weight: bold !important;
}*/
/*.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before
{
	content: "\f00d";
	display: inline-block;
	color: inherit;
	float: left;
	font:normal normal normal 13px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 5px 0 0;
	opacity: 0.5;
	
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}*/
/*.woocommerce .widget_layered_nav ul li.chosen a:hover,
.woocommerce-page .widget_layered_nav ul li.chosen a:hover,
.woocommerce .widget_layered_nav_filters ul li a:hover,
.woocommerce-page .widget_layered_nav_filters ul li a:hover
{
	opacity: 1;
} 

.woocommerce .widget_layered_nav ul li.chosen a:hover:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:hover:before,
.woocommerce .widget_layered_nav_filters ul li a:hover:before,
.woocommerce-page .widget_layered_nav_filters ul li a:hover:before
{
	color: #fff;
	opacity: 0.9;
}*/
.widget_layered_nav_filters .amount {
  color: #fff;
  margin-top: 0;
  margin-left: 3px; }

.woocommerce .widget_layered_nav ul small.count,
.woocommerce-page .widget_layered_nav ul small.count {
  display: none; }

/* Text Widget */
.textwidget p:last-child {
  margin-bottom: 0; }

/* Search */
.site-search {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
  -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s; }

.site-search.open {
  z-index: 9999;
  opacity: 1;
  transition: opacity .5s, z-index 0s;
  -webkit-transition: opacity .5s, z-index 0s; }

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
  border: none;
  width: 50%;
  margin-top: 300px;
  position: fixed;
  top: 50%;
  margin-top: 300px;
  left: 50%; }

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form,
.submit_icon {
  opacity: 0;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s; }

.site-search.open .woocommerce-product-search,
.site-search.open .widget_search .search-form {
  margin-top: -25px; }

.site-search.open .woocommerce-product-search,
.site-search.open .widget_search .search-form,
.site-search.open .submit_icon {
  opacity: 1;
  transition: margin-top .5s, opacity .5s;
  -webkit-transition: margin-top .5s, opacity .5s; }

.site-search .woocommerce-product-search,
.site-search .search-form div {
  padding-top: 0; }

.site-search .widget_search .search-form:after,
.site-search .woocommerce-product-search:after {
  display: none; }

.site-search .widget_product_search .search-field,
.site-search .widget_search .search-field {
  color: #000;
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 30px;
  font-weight: 900;
  padding: 6px 15px;
  height: auto; }

.search-form .search-field::-webkit-input-placeholder {
  opacity: 0; }

.search-form .search-field::-moz-placeholder {
  opacity: 0; }

/* firefox 19+ */
.search-form .search-field:-ms-input-placeholder {
  opacity: 0; }

/* ie */
.search-form .search-field:-moz-placeholder {
  opacity: 0; }

.widget_product_search .search-field::-webkit-input-placeholder {
  opacity: 0; }

.widget_product_search .search-field::-moz-placeholder {
  opacity: 0; }

/* firefox 19+ */
.widget_product_search .search-field:-ms-input-placeholder {
  opacity: 0; }

/* ie */
.widget_product_search .search-field:-moz-placeholder {
  opacity: 0; }

.site-search .search-form .search-field::-webkit-input-placeholder {
  font-weight: 900;
  color: #a1a1a1;
  opacity: 1; }

.site-search .search-form .search-field::-moz-placeholder {
  font-weight: 900;
  color: #a1a1a1;
  opacity: 1; }

/* firefox 19+ */
.site-search .search-form .search-field:-ms-input-placeholder {
  font-weight: 900;
  color: #a1a1a1;
  opacity: 1; }

/* ie */
.site-search .search-form .search-field:-moz-placeholder {
  font-weight: 900;
  color: #a1a1a1;
  opacity: 1; }

.site-search .widget_product_search .search-field::-webkit-input-placeholder {
  font-weight: 900;
  color: #a1a1a1;
  opacity: 1; }

.site-search .widget_product_search .search-field::-moz-placeholder {
  font-weight: 900;
  color: #a1a1a1;
  opacity: 1; }

/* firefox 19+ */
.site-search .widget_product_search .search-field:-ms-input-placeholder {
  font-weight: 900;
  color: #a1a1a1;
  opacity: 1; }

/* ie */
.site-search .widget_product_search .search-field:-moz-placeholder {
  font-weight: 900;
  color: #a1a1a1;
  opacity: 1; }

.widget_product_search .search-field:focus,
.site-search .search-field:focus {
  background: none !important; }

.woocommerce-product-search {
  position: relative; }

.widget_search .search-form {
  border-width: 1px;
  border-style: solid;
  position: relative; }

.widget_search .search-form:after,
.woocommerce-product-search:after {
  content: "\f002";
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.widget_search .search-form:after,
.woocommerce-product-search:after,
.submit_icon,
.widget_product_search input[type="submit"],
.widget_search #searchsubmit,
.widget_product_search .search-submit,
.widget_search .search-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 2;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
  color: #000; }

.widget_search .search-field {
  background: #fff;
  border: none; }

.widget_search .search-field:focus {
  background: #fff; }

.site-search .widget_product_search input[type="submit"],
.site-search .widget_product_search .search-submit,
.site-search .widget_search .search-submit,
.submit_icon {
  top: 10px;
  right: 15px;
  padding-top: 0 !important; }

.widget_search input[type="submit"].search-submit {
  width: 40px; }

.submit_icon {
  font-size: 24px; }

.widget_product_search input[type="submit"],
.widget_product_search input[type="submit"]:hover,
.widget_search #searchsubmit,
.widget_search .search-submit,
.widget_search #searchsubmit:hover,
.widget_search .search-submit:hover {
  background: none !important;
  font-size: 0;
  min-width: 0;
  padding: 0 !important;
  z-index: 4; }

#site-footer .widget_search .search-field {
  border: none; }

#site-footer a,
.widget a,
.woocommerce .widget_layered_nav ul li a,
.social_media {
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }

#site-footer a:hover,
.widget a:hover,
.social_media:hover {
  opacity: 0.7; }

.widget a.ui-slider-handle:hover,
.widget .tagcloud a:hover,
#site-footer .widget a.ui-slider-handle:hover,
#site-footer .widget .tagcloud a:hover {
  opacity: 1; }

.widget_shopping_cart .buttons a:hover {
  opacity: 1; }

.wpb_widgetised_column aside {
  font-weight: normal;
  font-size: 0.8125rem; }

.wpb_widgetised_column aside ul li a {
  font-weight: normal;
  font-size: 0.8125rem; }

.wpb_widgetised_column aside ul li span.count {
  border-color: transparent; }

.wpb_widgetised_column aside ul li a:hover {
  opacity: 1; }

.wpb_widgetised_column aside ul li span.count {
  float: right;
  font-size: 0.6875rem;
  line-height: 1;
  padding: 6px 10px 4px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
  min-width: 10px;
  margin-top: -1px;
  border-width: 1px;
  border-style: solid; }

.wpb_widgetised_column .widget a,
.wpb_widgetised_column .widget .count {
  transition: all .3s ease !important;
  -webkit-transition: all .3s ease !important;
  -moz-transition: all .3s ease !important; }

.wpb_widgetised_column .widget a:before {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important; }

.wpb_widgetised_column aside ul li.chosen span.count {
  color: #FFF; }

.woocommerce .widget_layered_nav ul li a:before,
.woocommerce-page .widget_layered_nav ul li a:before,
.widget_layered_nav ul li a:before {
  content: " ";
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 1px;
  margin-right: 8px;
  display: block;
  float: left;
  margin-top: 2px;
  border-radius: 2px; }

.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:before,
.widget_layered_nav ul li.chosen a:before {
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/filter-check.svg") center center no-repeat;
  content: " ";
  border: 0; }

.woocommerce .widget_rating_filter ul li.chosen a:before {
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/filter-delete.svg") center center no-repeat;
  content: " ";
  border: 0;
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  margin-top: 3px;
  border-radius: 2px; }

.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce-page .widget_layered_nav ul li.chosen a,
.widget_layered_nav ul li.chosen a {
  font-weight: bold; }

.woocommerce .widget_layered_nav ul li.chosen a:hover:before,
.woocommerce-page .widget_layered_nav ul li.chosen a:hover:before,
.widget_layered_nav ul li.chosen a:hover:before {
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/filter-delete.svg") center center no-repeat;
  content: " "; }

.woocommerce .widget_layered_nav ul li.chosen a:hover,
.woocommerce-page .widget_layered_nav ul li.chosen a:hover,
.widget_layered_nav ul li.chosen a:hover {
  opacity: .8; }

.woocommerce .widget_product_categories ul li a:before,
.woocommerce-page .widget_product_categories ul li a:before,
.widget_product_categories ul li a:before {
  content: " ";
  width: 14px;
  height: 14px;
  border-style: solid;
  border-width: 1px;
  margin-right: 8px;
  display: block;
  float: left;
  margin-top: 2px;
  border-radius: 14px; }

.woocommerce .widget_product_categories ul li.current-cat a,
.woocommerce-page .widget_product_categories ul li.current-cat a,
.widget_product_categories ul li.current-cat a {
  font-weight: bold; }

.woocommerce .widget_product_categories ul li.current-cat a:hover,
.woocommerce-page .widget_product_categories ul li.current-cat a:hover,
.widget_product_categories ul li.current-cat a:hover {
  opacity: .8; }

.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce-page .widget_layered_nav_filters ul li a:before,
.widget_layered_nav_filters ul li a:before {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  display: block;
  float: left;
  margin-top: 3px;
  border-radius: 2px;
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/filter-check.svg") center center no-repeat;
  content: " "; }

.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a,
.widget_layered_nav_filters ul li a {
  font-weight: bold; }

.woocommerce .widget_layered_nav_filters ul li &gt; a:hover:before,
.woocommerce-page .widget_layered_nav_filters ul li &gt; a:hover:before,
.widget_layered_nav_filters ul li &gt; a:hover:before {
  background: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/filter-delete.svg") center center no-repeat;
  content: " "; }

.woocommerce .widget_layered_nav_filters ul li &gt; a:hover,
.woocommerce-page .widget_layered_nav_filters ul li &gt; a:hover,
.widget_layered_nav_filters ul li &gt; a:hover {
  opacity: .8; }

.widget_product_categories ul li a:hover ~ .count,
.widget_layered_nav ul li a:hover ~ .count {
  background: transparent;
  border-width: 1px;
  border-style: solid; }

/*********************************************************************************
/* Off-canvas Left *****************************************************************/
/**********************************************************************************/
.offcanvas_content_left {
  background: #fff;
  padding: 30px;
  min-height: 100%; }

.offcanvas_content_left.wpb_widgetised_column {
  margin-bottom: 0; }

#button_offcanvas_sidebar_left {
  z-index: 9999999;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  transition: all .5s;
  line-height: 24px;
  cursor: pointer;
  padding-right: 15px;
  transition: all .5s; }
  #button_offcanvas_sidebar_left .filters-text {
    display: inline-block;
    font-size: 13px;
    cursor: pointer !important;
    transition: all .5s; }

.archive .woocommerce-breadcrumb {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 0; }
  .archive .woocommerce-breadcrumb .breadcrump_sep {
    padding-right: 7px; }

/* IE10+ CSS styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #button_offcanvas_sidebar_left {
    z-index: 0;
    width: 0; }
  #button_offcanvas_sidebar_left i {
    left: 0px !important; } }

/* IE9 CSS styles */
.ie9 #button_offcanvas_sidebar_left {
  z-index: 0;
  width: 0; }

.ie9 #button_offcanvas_sidebar_left i {
  left: 0px !important; }

#button_offcanvas_sidebar_left i {
  font-size: 16px;
  cursor: pointer;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  margin-top: -4px; }

#button_offcanvas_sidebar_left &gt; span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  padding-right: 10px; }
  #button_offcanvas_sidebar_left &gt; span:first-child {
    padding-left: 0; }

.st-menu.open {
  visibility: visible; }

/**********************************************************************************/
/* Off-canvas Right *****************************************************************/
/**********************************************************************************/
.offcanvas_content_right li.open-offcanvas {
  display: none; }

.offcanvas_content_right .wpb_widgetised_column {
  padding: 0;
  margin: 50px 0; }

.offcanvas_content_right .wpb_widgetised_column aside {
  padding: 50px 35px; }

.offcanvas_content_right .wpb_widgetised_column aside:first-child {
  padding: 0 35px 50px 35px; }

.offcanvas_content_right .wpb_widgetised_column .widget_product_categories .count {
  display: none; }

/**********************************************************************************/
/* Portfolio **********************************************************************/
/**********************************************************************************/
.portfolio-container .content-area {
  min-height: 0; }

.portfolio-isotope {
  position: relative; }

.portfolio-isotope:after {
  content: "";
  display: block;
  clear: both; }

.portfolio-box,
.portfolio_related_item {
  width: 100%;
  float: left;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  /*overflow: hidden;*/
  padding-bottom: 100%; }

.portfolio-grid-sizer,
.portfolio-box.width2 {
  width: 100%; }

.portfolio-box.width2.height2 {
  width: 100%; }

.portfolio-box.hidden {
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }

.portfolio-box-inner {
  position: relative;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%; }

/* Portfolio Filters */
.portfolio-filters .filters-group.list-centered {
  margin-bottom: 90px; }

.filters-group li {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-left: 2px;
  margin-bottom: 10px;
  margin: 0 12px 5px;
  padding: 5px 0px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  transition: color 0.3s, border-color 0.2s;
  -webkit-transition: color 0.3s, border-color 0.3s; }

.filters-group li:hover {
  border-bottom: 1px solid transparent; }

/* Portfolio Hover Effect */
.hover-effect-link {
  display: block;
  overflow: hidden;
  margin: 0;
  background: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1; }

.hover-effect-link .hover-effect-thumb {
  display: block;
  opacity: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  max-width: none;
  min-height: 100.6%;
  position: absolute;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0); }

/* filter Safari ( from 5+ till 6.1)  from Chrome: */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  ::i-block-chrome, .hover-effect-link .hover-effect-thumb, .thumbnail_archive img {
    width: 110%;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0); }
  ::i-block-chrome, .hover-effect-content:hover .hover-effect-thumb, .thumbnail_archive:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  ::i-block-chrome, .main-navigation ul ul {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; } }

.hover-effect-content .hover-effect-title,
.hover-effect-content .hover-effect-text {
  margin: 0; }

.hover-effect-content .hover-effect-title,
.wpb_wrapper h2.hover-effect-title {
  color: #fff !important;
  font-size: 1.375rem;
  line-height: 1.2em;
  font-weight: 900;
  position: absolute;
  bottom: 28px;
  left: 0px;
  padding: 40px 40px 5px;
  -ms-transform: none !important;
  transform: none !important;
  text-align: left;
  transition: all .3s !important;
  -webkit-transition: all .3s !important; }

.hover-effect-content .hover-effect-text,
.wpb_wrapper .hover-effect-text {
  color: #fff !important;
  opacity: 0;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  padding: 0px 40px 33px;
  text-align: left;
  transition: all .45s !important;
  -webkit-transition: all .45s !important; }

.hover-effect-content:hover .hover-effect-thumb {
  opacity: 0.15;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.hover-effect-content:hover .hover-effect-text {
  opacity: 1;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

/* Portfolio Boxed */
.boxed-page .hover-effect-content .hover-effect-title,
.boxed-page .wpb_wrapper h2.hover-effect-title {
  font-size: 1.375rem; }

.boxed-page .wpb_wrapper .portfolio-isotope-container {
  margin: 0; }

/* Portfolio Single */
.portfolio-single-featured-img {
  height: 760px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.portfolio_single_list_cat {
  display: block;
  text-align: center; }

.portfolio_single_list_cat a {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 900;
  padding-bottom: 10px;
  text-transform: uppercase; }

.portfolio_content_nav .nav-next .nav-next-title,
.portfolio_content_nav .nav-previous .nav-previous-title {
  display: none; }

/* Portfolio Related Items */
.portfolio-related-container {
  background: #f5f5f5;
  overflow: hidden; }

.portfolio-related-container:after {
  content: "";
  display: block;
  clear: both; }

.portfolio_related_item {
  position: relative; }

.portfolio_related_item.empty {
  display: none; }

.portfolio_related_item.empty .hover-effect-link {
  background: none;
  cursor: default;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

/**********************************************************************************/
/* Shortcodes *********************************************************************/
/**********************************************************************************/
/* Social Media Profiles */
.site-social-icons-shortcode {
  vertical-align: middle;
  clear: both;
  margin: 5px -15px 15px -15px;
  display: block; }

.site-social-icons-shortcode ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1em;
  font-size: 24px !important; }

.site-social-icons-shortcode ul.left {
  text-align: left; }

.site-social-icons-shortcode ul.center {
  text-align: center; }

.site-social-icons-shortcode ul.right {
  text-align: right; }

.site-social-icons-shortcode:before,
.site-social-icons-shortcode:after,
.site-social-icons-shortcode ul:before,
.site-social-icons-shortcode ul:after {
  content: " ";
  display: table;
  clear: both; }

.site-social-icons-shortcode ul li {
  padding: 5px 15px;
  /*float:left;*/
  display: inline-block; }

.site-social-icons-shortcode ul li a {
  color: #222; }

.site-social-icons-shortcode ul li a i {
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.site-social-icons-shortcode ul li a:hover i {
  opacity: .7; }

.site-social-icons-shortcode ul li span {
  display: none; }

/* Blog Posts */
.from-the-blog-wrapper {
  margin: 30px 0px 0px 0px; }

.from_the_blog_item {
  padding: 0 15px; }

.from_the_blog_link,
.from-the-blog-wrapper .post_meta_archive,
.from-the-blog-wrapper .post_meta_archive a,
.from_the_blog_title {
  color: inherit; }

.from_the_blog_title {
  display: block;
  font-weight: 900;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.1333em;
  margin: 0 0 15px;
  transition: color 0.35s;
  -webkit-transition: color 0.35s; }

.from-the-blog-wrapper .post_meta_archive {
  text-align: center; }

.from-the-blog-wrapper .post_meta_archive,
.from-the-blog-wrapper .post_meta_archive a {
  color: inherit;
  transition: color 0.35s;
  -webkit-transition: color 0.35s; }

.from-the-blog-wrapper .post_meta_archive span {
  opacity: 0.55; }

.from_the_blog_item.gallery {
  margin: 0 !important; }

.from_the_blog_overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  -ms-transition: all .35s ease; }

.from_the_blog_link:hover .from_the_blog_overlay {
  opacity: 0.6; }

.from_the_blog_img_container {
  display: block;
  overflow: hidden;
  position: relative;
  height: 245px;
  width: 100%;
  margin-bottom: 22px;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

.from_the_blog_img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  max-width: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  /*
	backface-visibility:hidden;
	-webkit-backface-visibility: hidden;
	
	-webkit-transform-style: preserve-3d; 
    -moz-transform-style: preserve-3d; 
    transform-style: preserve-3d; */ }

.from_the_blog_link:hover .from_the_blog_img {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -ms-transform: none; }

.grabbing .from_the_blog_item:hover .from_the_blog_img {
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none; }

.with_thumb_icon {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  line-height: 50px;
  z-index: 3; }

.no_thumb_icon {
  line-height: 245px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 3; }

.no_thumb_icon:before,
.with_thumb_icon:before {
  display: inline-block;
  vertical-align: middle;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 3; }

.with_thumb_icon:before {
  font-size: 18px; }

.no_thumb_icon:before {
  font-size: 78px; }

.from_the_blog_item.standard .with_thumb_icon {
  display: none; }

.no-thumb.standard .no_thumb_icon:before {
  content: "\f15c"; }

.no_thumb.status .no_thumb_icon:before,
.from_the_blog_item.status .with_thumb_icon:before {
  content: "\f075"; }

.no_thumb.link .no_thumb_icon:before,
.from_the_blog_item.link .with_thumb_icon:before {
  content: "\f0c1"; }

.no_thumb.video .no_thumb_icon:before,
.from_the_blog_item.video .with_thumb_icon:before {
  content: "\f16a"; }

.no_thumb.audio .no_thumb_icon:before,
.from_the_blog_item.audio .with_thumb_icon:before {
  content: "\f001"; }

.no_thumb.aside .no_thumb_icon:before,
.from_the_blog_item.aside .with_thumb_icon:before {
  content: "\f15b"; }

.no_thumb.quote .no_thumb_icon:before,
.from_the_blog_item.quote .with_thumb_icon:before {
  content: "\f10d"; }

.no_thumb.image .no_thumb_icon:before,
.from_the_blog_item.image .with_thumb_icon:before {
  content: "\f03e"; }

.no_thumb.gallery .no_thumb_icon:before,
.from_the_blog_item.gallery .with_thumb_icon:before {
  content: "\f00a"; }

.no_thumb .from_the_blog_img {
  line-height: 245px; }

.from_the_blog_noimg {
  background: #f5f5f5;
  height: 245px;
  width: 100%;
  display: block; }

/* Gallery */
.gallery {
  margin: 0 0 30px 0 !important;
  overflow: hidden; }

.gallery br {
  display: none; }

.gallery br:last-of-type {
  display: block; }

.gallery dl,
.gallery dt {
  margin: 0 !important; }

.gallery .gallery-item {
  width: 50% !important;
  padding-bottom: 50%;
  overflow: hidden; }

.gallery-columns-1 .gallery-item {
  width: 100% !important; }

.gallery-item {
  margin: 0 !important;
  opacity: 1;
  position: relative; }

.gallery-item:before {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0; }

.gallery-item:hover {
  cursor: pointer; }

.gallery-item:hover img {
  /*-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);*/ }

.gallery-icon {
  width: 100.6%;
  min-height: 100.6%;
  padding: 0 !important;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 2; }

.gallery-item:last-of-type .gallery-icon {
  width: 100%; }

.gallery-icon a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.gallery-icon img {
  border: 0 !important;
  width: 100%;
  max-width: none;
  min-height: 100.6%;
  position: absolute;
  left: 0;
  top: 0; }

.gallery-item .gallery-caption,
.gallery-caption-trigger {
  display: none; }

/* Banner */
.shortcode_banner_simple_height {
  cursor: pointer;
  margin-bottom: 30px;
  clear: both;
  position: relative; }

.shortcode_banner_simple_height_inner {
  padding: 15px;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.shortcode_banner_simple_height_inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  z-index: 3; }

.shortcode_banner_simple_height_inner:hover:before {
  background: rgba(0, 0, 0, 0.3); }

.shortcode_banner_simple_height_bkg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #f5f5f5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 2; }

.shortcode_banner_simple_height:hover .shortcode_banner_simple_height_bkg {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.shortcode_banner_simple_height:hover {
  background-size: 115%; }

.shortcode_banner_simple_height_inside {
  padding: 20px;
  text-align: center;
  border: 2px solid #fff;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  display: table;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5; }

.shortcode_banner_simple_height_content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 999; }

.shortcode_banner_simple_height_inside h3 {
  padding: 0;
  margin: 0;
  font-weight: 900;
  font-size: 1.4375rem;
  line-height: 1.391em; }

.shortcode_banner_simple_height_inside h3 strong {
  font-size: 28px; }

.shortcode_banner_simple_height_inside h3 a {
  text-decoration: underline; }

.shortcode_banner_simple_height_inside h4 {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5em; }

.shortcode_banner_simple_height_inside h4 a {
  text-decoration: underline; }

.shortcode_banner_simple_height_sep {
  width: 20%;
  height: 2px;
  background: #fff;
  margin: 5px auto; }

.shortcode_banner_simple_height_bullet {
  width: 180px;
  height: 180px;
  background: #000;
  border-radius: 50%;
  text-align: center;
  display: none;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3em;
  position: absolute;
  top: 50%;
  margin-top: -90px;
  right: 30px;
  z-index: 999; }

.shortcode_banner_simple_height_bullet strong {
  font-size: 18px;
  line-height: 1.5em; }

.shortcode_banner_simple_height_bullet span {
  display: table-cell;
  vertical-align: middle;
  padding: 20px; }

/* Icon Box */
.shortcode_icon_box {
  position: relative;
  padding-bottom: 35px;
  cursor: default; }

.shortcode_icon_box.icon_position_top {
  text-align: center; }

.shortcode_icon_box.icon_position_left {
  padding-left: 50px; }

.shortcode_icon_box.icon_position_right {
  padding-right: 73px; }

.icon_box_title {
  font-size: 1.4375rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 11px; }

.icon_box_content {
  margin-top: 3px;
  margin-bottom: -7px; }

.icon_position_top.icon_style_normal .icon_wrapper {
  margin-bottom: 20px; }

.with_separator .icon_box_title:after {
  content: "";
  display: block;
  width: 50px;
  height: 0px;
  border-bottom: 2px solid;
  margin: 22px 0 19px; }

.with_separator.icon_position_top .icon_box_title:after {
  margin: 22px auto 19px; }

.shortcode_icon_box .icon_wrapper {
  overflow: hidden;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }

.icon_position_top.icon_style_outlined .icon_wrapper,
.icon_position_top.icon_style_bg_color .icon_wrapper {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  padding-top: 33px; }

.shortcode_icon_box.icon_position_left .icon_wrapper {
  width: 50px;
  height: 50px;
  padding-top: 14px;
  position: absolute;
  top: 0px;
  left: 0; }

.shortcode_icon_box.icon_position_right .icon_wrapper {
  width: 50px;
  height: 50px;
  padding-top: 14px;
  position: absolute;
  top: 6px;
  right: 0px; }

.icon_position_right.icon_style_normal .icon_wrapper {
  padding-top: 0; }

.shortcode_icon_box.icon_position_top .icon {
  font-size: 72px;
  line-height: 72px; }

.shortcode_icon_box.icon_position_left .icon {
  font-size: 22px;
  line-height: 22px; }

.shortcode_icon_box.icon_position_left .icon_box_content,
.shortcode_icon_box.icon_position_left .icon_box_title {
  padding-left: 20px; }

.shortcode_icon_box.icon_position_left .icon_box_read_more {
  margin-left: 20px; }

.shortcode_icon_box.icon_position_right .icon {
  font-size: 22px;
  line-height: 22px; }

.shortcode_icon_box.icon_style_normal .icon_wrapper,
.shortcode_icon_box.icon_style_outlined .icon_wrapper {
  background: none !important; }

.shortcode_icon_box.icon_style_outlined .icon_wrapper {
  border-width: 2px;
  border-style: solid; }

.shortcode_icon_box.icon_position_top.icon_style_bg_color .icon_wrapper,
.shortcode_icon_box.icon_position_top.icon_style_outlined .icon_wrapper {
  margin: 0 auto 32px auto; }

.shortcode_icon_box .icon_box_read_more {
  display: inline-block;
  color: inherit;
  padding: 5px 0px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s; }

.shortcode_icon_box .icon_box_read_more:hover {
  border-bottom: 2px solid;
  border-color: inherit; }

/* Add to Cart Button */
.wpb_wrapper .add_to_cart_inline {
  border: none !important;
  padding: 0 0 35px !important;
  margin: 0;
  display: inline-block;
  width: 100%;
  text-align: center; }

.wpb_wrapper .add_to_cart_inline:after {
  content: "";
  display: block;
  clear: both; }

.wpb_wrapper .add_to_cart_inline .amount {
  display: inline-block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 18px;
  position: relative; }

.wpb_wrapper .add_to_cart_inline .add_to_cart_button,
.wpb_wrapper .add_to_cart_inline .added_to_cart_button {
  display: block;
  width: 220px;
  margin: 0 auto;
  transition: all .5s; }
  .wpb_wrapper .add_to_cart_inline .add_to_cart_button:hover,
  .wpb_wrapper .add_to_cart_inline .added_to_cart_button:hover {
    color: #FFF;
    opacity: 1;
    transition: all .5s; }

.wpb_wrapper .add_to_cart_inline del,
.wpb_wrapper .add_to_cart_inline ins {
  display: inline-block;
  font-size: 22px; }

.wpb_wrapper .add_to_cart_inline del .amount {
  color: inherit;
  font-size: 22px;
  line-height: 33px;
  display: inline; }

.wpb_wrapper .add_to_cart_inline ins {
  background-color: transparent; }
  .wpb_wrapper .add_to_cart_inline ins .woocommerce-Price-amount.amount {
    font-size: 22px;
    line-height: 33px; }

.wpb_wrapper .add_to_cart_inline .add_to_cart_separator {
  content: "";
  display: block;
  clear: both; }

.add_to_cart_inline .add_to_cart_button.vc_btn_rounded.loading,
.add_to_cart_inline .add_to_cart_button.vc_btn_square.loading {
  opacity: 0.8; }

.add_to_cart_inline .add_to_cart_button.loading span,
.add_to_cart_inline .add_to_cart_button.loading:before {
  opacity: 0; }

.wpb_wrapper .product.woocommerce .add_to_cart_button.added:first-of-type {
  display: none; }

.wpb_wrapper .product.woocommerce .add_to_cart_button.added:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative !important;
  right: auto !important;
  left: auto !important; }

.shortcode_single_product li {
  width: 100% !important; }

/**********************************************************************************/
/* Visual Composer Shortcodes  ****************************************************/
/**********************************************************************************/
/* General */
/*.wpb_wrapper h1,
.wpb_wrapper h2,
.wpb_wrapper h3,
.wpb_wrapper h4,
.wpb_wrapper h5,
.wpb_wrapper h5,
.wpb_wrapper h6,
.wpb_wrapper h1 a,
.wpb_wrapper p
{
	color: inherit !important;
	text-transform: none;
}*/
.wpb_wrapper #products-grid {
  margin-top: 5px; }

.full-width-page .wpb_wrapper .gallery,
.full-width-page .wpb_alert.wpb_content_element,
.full-width-page .wpb_wrapper .wpb_gmaps_widget,
.full-width-page .wpb_wrapper #map_container,
.full-width-page .wpb_wrapper .wpb_revslider_element,
.full-width-page .wpb_wrapper .portfolio-isotope-container {
  margin-left: -30px !important;
  margin-right: -30px !important; }

.full-width-page .boxed-row .wpb_wrapper .gallery,
.full-width-page .boxed-row .wpb_alert.wpb_content_element,
.full-width-page .boxed-row .wpb_wrapper .wpb_gmaps_widget,
.full-width-page .boxed-row .wpb_wrapper #map_container,
.full-width-page .boxed-row .wpb_wrapper .wpb_revslider_element,
.full-width-page .boxed-row .wpb_wrapper .portfolio-isotope-container {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.wpb_tabs.wpb_content_element .wpb_alert.wpb_content_element,
.wpb_tour.wpb_content_element .wpb_alert.wpb_content_element,
.wpb_accordion.wpb_content_element .wpb_alert.wpb_content_element {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.wpb_wrapper .wpb_content_element .gallery {
  margin-bottom: -35px !important; }

.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0; }

.wpb_gmaps_widget.wpb_content_element {
  margin-bottom: 0; }

.wpb_wrapper .site-social-icons-shortcode ul li a {
  color: inherit; }

/* Visual Composer Rows */
/* Front-end editor */
.vc_empty-placeholder {
  margin-bottom: 0; }

.vc_row {
  margin-top: 0;
  margin-bottom: 0; }

.vc_row-fluid.parallax {
  /*background-size: cover*/
  background-position: center center;
  background-repeat: no-repeat; }

.full-width-page .row-fluid {
  margin: 0 -15px; }

.full-width-page .row {
  max-width: none;
  background-repeat: no-repeat;
  background-position: center top; }

.full-width-page .boxed-row {
  max-width: 1300px;
  margin: 0 auto; }

.full-width-page .row {
  padding: 0; }

.full-width-page .row .boxed-row .row,
#tab-description .boxed-row .row {
  margin-left: 0;
  margin-right: 0; }

.boxed-row .vc_row-fluid .vc_row-fluid,
#tab-description .boxed-row .vc_row-fluid .vc_row-fluid {
  margin-left: -10px;
  margin-right: -10px; }

.page-title-hidden .content-area {
  padding: 0; }

/* Adjust Columns Height */
.adjust_cols_height &gt; div &gt; .column_container {
  background-size: 0 !important;
  min-height: 200px; }

.adjust_cols_height.height_adjusted .column_container {
  background-size: cover !important; }

/* Tabs &amp; Tour Sections */
.wpb_tabs.wpb_content_element #products-grid {
  margin-top: 0; }

.wpb_tabs.wpb_content_element .wpb_tabs_nav {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: none; }

.wpb_tour.wpb_content_element .wpb_tabs_nav {
  width: 100%; }

.wpb_tour.wpb_content_element .wpb_tabs_nav li,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li {
  display: block;
  float: none;
  background: none;
  padding: 0;
  margin: 0;
  position: relative; }

.wpb_tour.wpb_content_element .wpb_tabs_nav li:after,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:after {
  content: "";
  display: block !important;
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 0; }

.wpb_tabs.wpb_content_element .wpb_tabs_nav li:first-child {
  margin-left: 0; }

.wpb_tour.wpb_content_element .wpb_tabs_nav li:hover,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li:hover {
  background: none; }

.wpb_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
  background: none; }

.wpb_tour.wpb_content_element .wpb_tabs_nav li a,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li a {
  display: inline-block;
  font-size: 0.9375rem;
  padding: 14px 0 11px;
  font-weight: 900;
  color: #a1a1a1;
  text-shadow: none;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  position: relative;
  z-index: 2; }

.wpb_tabs.wpb_content_element .wpb_tabs_nav li a {
  white-space: normal; }

.wpb_tour.wpb_content_element .wpb_tabs_nav li a {
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase; }

.wpb_tour.wpb_content_element .wpb_tabs_nav li a:hover,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li a:hover {
  color: #777; }

.wpb_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
  color: #000;
  background: none;
  border-bottom: 3px solid; }

.vc_tta-tab a {
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 14px 30px 12px 30px !important; }

.wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
  width: 100%;
  padding: 21px 0 30px 0; }

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0; }

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span {
  padding-top: 20px;
  border-top: 1px solid #ddd;
  width: 50%; }

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a {
  font-size: 0.875rem;
  border-bottom: none; }

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a:before,
.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a:after {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav .wpb_prev_slide a:before {
  content: "\2190";
  margin-right: 8px; }

.wpb_tour.wpb_content_element .wpb_tour_next_prev_nav .wpb_next_slide a:after {
  content: "\2192";
  margin-left: 8px; }

.wpb_tabs.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: none;
  border: 0;
  padding: 20px 0;
  margin: 0;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .7s;
  -moz-animation-duration: .7s;
  -ms-animation-duration: .7s;
  -o-animation-duration: .7s;
  animation-duration: .7s;
  /*-webkit-animation-name: flipY;
    -moz-animation-name: flipY;
    -o-animation-name: flipY;
    animation-name: flipY;*/
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* Tabs/Accordions/Toggles/Tour fix - jQuery ui */
.wpb_tabs .ui-widget-content,
.wpb_accordion .ui-widget-content,
.wpb_tour .ui-widget-content {
  border: none; }

.wpb_tabs .ui-widget-header,
.wpb_accordion .ui-widget-header,
.wpb_tour .ui-widget-header {
  border: none;
  background: none; }

.wpb_tabs .ui-state-default,
.wpb_tabs .ui-widget-content .ui-state-default,
.wpb_tabs .ui-widget-header .ui-state-default,
.wpb_accordion .ui-state-default,
.wpb_accordion .ui-widget-content .ui-state-default,
.wpb_accordion .ui-widget-header .ui-state-default {
  border: none; }

.wpb_accordion .ui-accordion .ui-accordion-header .ui-icon {
  font-size: 1rem;
  line-height: 1;
  left: auto;
  margin-top: 0;
  text-indent: 0;
  overflow: visible; }

.wpb_tabs .ui-corner-all,
.wpb_accordion .ui-corner-all {
  border-radius: 0; }

.wpb_tabs .wpb_tabs_nav:after {
  visibility: visible; }

.wpb_tabs .ui-tabs .ui-tabs-nav li {
  top: 0; }

.wpb_tabs .ui-tabs .ui-tabs-nav li a {
  float: none; }

.wpb_tour .ui-helper-reset,
.wpb_tabs .ui-helper-reset,
.wpb_accordion .ui-helper-reset {
  line-height: 1.714em; }

.wpb_tour.wpb_content_element .wpb_tabs_nav li,
.wpb_tabs.wpb_content_element .wpb_tabs_nav li {
  border: none; }

/* Message Boxes */
.wpb_alert.wpb_content_element {
  border-radius: 0; }

.wpb_alert.wpb_content_element.wpb_alert-info,
.wpb_alert.wpb_content_element.wpb_alert-warning,
.wpb_alert.wpb_content_element.wpb_alert-success,
.wpb_alert.wpb_content_element.wpb_alert-danger {
  border: none;
  padding: 22px 30px;
  text-shadow: none; }

.wpb_alert.wpb_content_element.wpb_alert-info {
  color: #1e85be;
  border-top: 2px solid #1e85be;
  background: #f4f9fc; }

.wpb_alert.wpb_content_element.wpb_alert-warning {
  color: #fca103;
  border-top: 2px solid #fca103;
  background: #fffaf2; }

.wpb_alert.wpb_content_element.wpb_alert-success {
  color: #8fae1b;
  border-top: 2px solid #8fae1b;
  background: #f9fbf3; }

.wpb_alert.wpb_content_element.wpb_alert-danger {
  color: #b81c23;
  border-top: 2px solid #b81c23;
  background: #fdf8f8; }

.wpb_alert.wpb_content_element .messagebox_text {
  padding-left: 27px;
  position: relative;
  background: none; }

.wpb_alert.wpb_content_element .messagebox_text:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 4px;
  top: 2px; }

.wpb_alert.wpb_content_element.wpb_alert-info .messagebox_text:before {
  content: "\f129"; }

.wpb_alert.wpb_content_element.wpb_alert-warning .messagebox_text:before {
  content: "\f12a"; }

.wpb_alert.wpb_content_element.wpb_alert-success .messagebox_text:before {
  content: "\f00c";
  left: 0px; }

.wpb_alert.wpb_content_element.wpb_alert-danger .messagebox_text:before {
  content: "\f00d";
  left: 1px; }

/* Buttons */
.vc_btn.ajax_add_to_cart {
  position: relative; }

.vc_btn,
.vc_btn2,
.vc_btn3 {
  /*border-radius: 0 !important;*/
  font-size: 12px !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /*min-width: 170px;*/
  /*width: auto;*/
  transition: padding 0.3s, min-width 0.3s, opacity 0.3s;
  -webkit-transition: padding 0.3s, min-width 0.3s, opacity 0.3s; }

.vc_btn.vc_btn_rounded_outlined {
  border-radius: 100px !important; }

.vc_btn.vc_btn_xs {
  padding: 7px 16px 5px 16px; }

.vc_btn.vc_btn_xs:hover {
  padding: 7px 26px 5px 26px; }

.vc_btn.vc_btn_sm {
  padding: 11px 24px 9px 24px; }

.vc_btn.vc_btn_sm:hover {
  padding: 11px 34px 9px 34px; }

.vc_btn.vc_btn_md {
  padding: 17px 36px 15px 36px; }

.vc_btn.vc_btn_md:hover {
  padding: 17px 46px 15px 46px; }

.vc_btn.vc_btn_lg {
  padding: 22px 64px 20px 64px; }

.vc_btn.vc_btn_lg:hover {
  padding: 22px 74px 20px 74px; }

.vc_btn.vc_btn_xs.vc_btn_square_outlined,
.vc_btn.vc_btn_xs.vc_btn_rounded_outlined {
  padding: 8px 15px 7px; }

.vc_btn.vc_btn_xs.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_xs.vc_btn_rounded_outlined:hover {
  padding: 8px 25px 7px; }

.vc_btn.vc_btn_sm.vc_btn_square_outlined,
.vc_btn.vc_btn_sm.vc_btn_rounded_outlined {
  padding: 13px 22px 11px; }

.vc_btn.vc_btn_sm.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_sm.vc_btn_rounded_outlined:hover {
  padding: 13px 32px 11px; }

.vc_btn.vc_btn_md.vc_btn_square_outlined,
.vc_btn.vc_btn_md.vc_btn_rounded_outlined {
  padding: 20px 34px 17px; }

.vc_btn.vc_btn_md.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_md.vc_btn_rounded_outlined:hover {
  padding: 20px 44px 17px; }

.vc_btn.vc_btn_lg.vc_btn_square_outlined,
.vc_btn.vc_btn_lg.vc_btn_rounded_outlined {
  padding: 27px 45px 24px; }

.vc_btn.vc_btn_lg.vc_btn_square_outlined:hover,
.vc_btn.vc_btn_lg.vc_btn_rounded_outlined:hover {
  padding: 27px 55px 24px; }

.vc_btn.vc_btn_xs.vc_btn_square_outlined,
.vc_btn.vc_btn_xs.vc_btn_rounded_outlined {
  border: 1px solid; }

.vc_btn.vc_btn_sm.vc_btn_square_outlined,
.vc_btn.vc_btn_md.vc_btn_square_outlined,
.vc_btn.vc_btn_sm.vc_btn_rounded_outlined,
.vc_btn.vc_btn_md.vc_btn_rounded_outlined {
  border: 2px solid; }

.vc_btn.vc_btn_lg.vc_btn_square_outlined,
.vc_btn.vc_btn_lg.vc_btn_rounded_outlined {
  border: 3px solid; }

/* Contact Form 7 */
.wpcf7-form p {
  text-transform: uppercase;
  font-size: .8125rem;
  font-weight: bold;
  margin-bottom: 1px;
  line-height: 2em;
  margin-top: 16px; }

.wpcf7-form p:first-of-type {
  margin-top: 1px; }

.wpcf7-form p label {
  margin-top: 0px; }

.wpcf7-form-control.wpcf7-submit {
  margin-bottom: 10px; }

/* Toggles */
.wpb_wrapper .wpb_toggle,
#content .wpb_wrapper h4.wpb_toggle {
  font-weight: 900;
  /*color: #000;*/
  background: none;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5265rem;
  padding-left: 30px;
  margin-bottom: 18px; }

.wpb_wrapper .wpb_toggle:last-of-type,
#content .wpb_wrapper h4.wpb_toggle:last-of-type {
  margin-bottom: 0; }

.wpb_wrapper .wpb_toggle:last-of-type + .wpb_toggle_content,
#content .wpb_wrapper h4.wpb_toggle:last-of-type + .wpb_toggle_content {
  margin-top: 8px; }

.wpb_wrapper .wpb_toggle:before,
#content .wpb_wrapper h4.wpb_toggle:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 19px;
  height: 18px;
  color: #fff; }

.wpb_wrapper .wpb_toggle:after,
#content .wpb_wrapper h4.wpb_toggle:after {
  content: "\f067";
  font: normal normal normal 13px/1 FontAwesome;
  color: #fff;
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 4px;
  top: 10px; }

.wpb_wrapper .wpb_toggle_title_active:after,
#content .wpb_wrapper h4.wpb_toggle_title_active:after {
  content: "\f068";
  font: normal normal normal 13px/1 FontAwesome;
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 4px;
  top: 10px; }

.wpb_wrapper .wpb_toggle_content {
  margin-top: -5px;
  margin-bottom: 28px;
  padding-left: 30px; }

.wpb_wrapper .last_toggle_el_margin {
  margin: 0; }

.vc_toggle_title h4 {
  font-size: 21px;
  font-weight: bold; }

/* Accordions */
.wpb_heading.wpb_accordion_heading {
  margin: 0px; }

.wpb_accordion_section.group {
  border-bottom: 1px solid #ddd;
  padding: 6px 0; }

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  margin: 0;
  background: none; }

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {
  border-bottom: none; }

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header:focus {
  outline: 0; }

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  top: 20px;
  right: 0px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff; }

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  cursor: pointer; }

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  cursor: default; }

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before,
.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
  font-size: 12px;
  width: 100%;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
  content: "\f063"; }

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
  content: "\f062";
  top: -1px; }

.wpb_wrapper .wpb_content_element .wpb_accordion_header .accordion_title {
  display: block;
  font-weight: 500;
  /*color: #000;*/
  cursor: pointer;
  background: none;
  font-size: 1.125rem;
  line-height: 1.4rem;
  padding: 20px 30px 20px 20px; }

.vc_tta-accordion .vc_tta-title-text {
  font-size: 21px;
  font-weight: bold;
  padding: 14px 30px 12px 30px; }

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active .accordion_title {
  border-bottom: none;
  cursor: default; }

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header .accordion_title,
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding-left: 0; }

.wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active .accordion_title:hover {
  cursor: default; }

.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 34px; }

.vc_tta-panel-body {
  padding: 19px 30px 17px 30px; }

/* Google Maps */
.wpb_gmaps_widget.wpb_content_element .wpb_wrapper {
  padding: 0; }

#map_container {
  position: relative; }

#map_container img {
  max-width: none; }

.map_button_wrapper {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -75px; }

#map_button {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  min-width: 150px;
  background-color: #fff;
  padding: 1rem 1rem 1rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

#map_button:hover {
  background-color: #000;
  color: #fff; }

/* Progress Bars */
.wpb_heading.wpb_progress_bar_heading {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 21px; }

.wpb_wrapper .vc_progress_bar .vc_single_bar {
  margin-bottom: 13px;
  box-shadow: none;
  border-radius: 0;
  background: none; }

.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label {
  font-size: 0.875rem;
  text-transform: capitalize;
  padding: 14px 0px;
  text-shadow: none !important;
  display: block;
  color: inherit !important; }

.wpb_wrapper .vc_progress_bar .vc_single_bar:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6; }

.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
  font-weight: 900;
  opacity: 1;
  margin-left: 10px; }

.wpb_wrapper .vc_progress_bar .vc_single_bar .vc_bar {
  height: 5px;
  border-bottom: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0; }

/* Pie Charts */
.wpb_wrapper .vc_pie_chart[data-pie-color] .vc_pie_chart_back {
  border-color: inherit;
  border-width: 5px;
  opacity: 0.15; }

.wpb_wrapper .vc_pie_chart .vc_pie_chart_value {
  font-size: 2.3125rem; }

.vc_pie_wrapper.with_title .vc_pie_chart_value {
  margin-top: -11px; }

.wpb_heading.wpb_pie_chart_heading {
  font-size: 0.9375rem;
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  margin-top: 6px;
  text-align: center;
  width: 100%;
  max-width: 80%;
  left: 10%; }

.vc_pie_chart.without_pie {
  font-weight: bold; }

.vc_pie_chart.without_pie .vc_pie_chart_back {
  display: none; }

.vc_pie_chart.without_pie canvas {
  visibility: hidden;
  display: none; }

.vc_pie_chart.without_pie .vc_pie_chart_value {
  font-size: 37px;
  position: relative;
  line-height: 1 !important;
  height: auto !important;
  margin-bottom: 18px; }

.vc_pie_chart.without_pie .vc_pie_wrapper.with_title .vc_pie_chart_value {
  margin-top: 0; }

.vc_pie_chart.without_pie .wpb_heading.wpb_pie_chart_heading {
  font-size: 15px;
  position: relative; }

/* Separator */
.vc_content_hr {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ddd;
  margin: 0 0 35px; }

/*Single Image*/
.wpb_single_image .vc_single_image-wrapper {
  max-width: 100%; }

/* Blog Posts */
.wpb_wrapper .from-the-blog-wrapper {
  margin-top: 0; }

.boxed-row .wpb_wrapper .from-the-blog-wrapper {
  margin: 0px -30px 0px; }

.off-canvas-wrap,
.inner-wrap, nav.tab-bar,
.left-off-canvas-menu,
.left-off-canvas-menu *,
.right-off-canvas-menu,
.move-right a.exit-off-canvas,
.move-left a.exit-off-canvas {
  -webkit-backface-visibility: visible; }

.single-product .tob_bar_shop {
  display: none;
  margin: -75px 0 0px;
  position: relative; }

/* Wishlist */
#yith-wcwl-form .product-stock-status span {
  font-size: 10px; }

#yith-wcwl-form ins {
  padding: 0;
  background-color: transparent; }

#yith-wcwl-form del {
  padding-right: 2px; }

#yith-wcwl-form form {
  max-width: 100% !important; }

#yith-wcwl-form .wishlist-empty {
  font-size: 3.75rem;
  line-height: 1.2;
  text-align: center;
  padding: 0 30px; }

#yith-wcwl-form .wishlist-empty:before {
  content: "";
  display: block;
  width: 100%;
  text-align: center;
  background: url(https://gangbiker.com/wp-content/themes/shopkeeper%201.9/images/empty-wishlist.png) center center no-repeat;
  height: 156px;
  margin-bottom: 40px; }

/**********************************************************************************/
/* My Account Login/Register ******************************************************/
/**********************************************************************************/
.login-register-container {
  margin: 35px 0 70px 0; }

.login-register-container .page-title {
  margin-bottom: 58px; }

.lost-pass-link {
  border-bottom: 1px solid; }

/*	.lost-reset-pass-text
	{
		font-size: 1rem;
		line-height: 1.2;
	}*/
.login_footer {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  padding: 54px 130px 58px 110px; }

.login_footer_separator,
.account-tab-link-mobile {
  display: none; }

.site-content .account-tab-list,
.account-tab-list {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  margin-top: 20px; }

.account-tab-item {
  float: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

.account-tab-link {
  font-size: 3.125rem;
  display: inline-block;
  color: #333;
  text-transform: none;
  text-align: center;
  padding: 0;
  width: auto;
  border: none;
  line-height: 1;
  white-space: nowrap;
  font-weight: bold;
  opacity: 0.55;
  position: relative;
  transition: opacity .3s ease .3s;
  -webkit-transition: opacity .3s ease .3s;
  -moz-transition: opacity .3s ease .3s; }

.account-tab-list .sep {
  font-size: 50px;
  /*font-weight: bold;*/
  opacity: 0.55;
  display: inline-block;
  margin: 0 20px; }

.account-tab-link.current {
  opacity: 1;
  z-index: 1; }

/*.account-tab-list a.account-tab-link:hover
	{
		opacity: 1;
	}*/
.go_home {
  display: inline-block; }

.woocommerce .login-register-container p.form-row.remember-me-row a,
.woocommerce .login-register-container p.form-row.remember-me-row label {
  font-size: 1rem; }

.login-register-container .form-row.remember-me-row,
.login-register-container .form-row.remember-me-row a {
  line-height: 1.25rem; }

.login-register-container .lost-pass-link {
  margin: 0;
  padding: 0;
  border: none; }

/* Call to action fix */
.vc_general.vc_cta3 .vc_cta3-actions {
  white-space: normal; }

/**********************************************************************************/
/* Chekout Page Updates ******************************************************/
/**********************************************************************************/
.checkout_coupon_box {
  text-align: center; }

.shopkeeper_checkout_coupon,
.shopkeeper_checkout_login {
  margin: 10px auto;
  display: inline-block;
  font-weight: bold; }
  .shopkeeper_checkout_coupon a.showcoupon,
  .shopkeeper_checkout_coupon a.showlogin,
  .shopkeeper_checkout_login a.showcoupon,
  .shopkeeper_checkout_login a.showlogin {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px; }

.shopkeeper_checkout_login {
  padding-bottom: 10px; }
  .shopkeeper_checkout_login:before {
    font-family: 'Shopkeeper-Icon-Font';
    content: "\e90a";
    font-size: 24px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: text-bottom;
    font-weight: normal; }

.shopkeeper_checkout_coupon:before {
  font-family: 'Shopkeeper-Icon-Font';
  content: "\e909";
  font-size: 36px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal; }

.blog-isotop-container #filters {
  display: none; }

body.blog .large-12.columns.with-sidebar {
  padding-right: 290px; }

body.archive .large-12.columns.with-sidebar {
  padding-right: 290px; }

.blog-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px; }

.blog-isotope {
  position: relative; }

.blog-isotope .wpb_row,
.blog-isotope .wpb_content_element,
.blog-isotope ul.wpb_thumbnails-fluid &gt; li,
.blog-isotope .last_toggle_el_margin,
.blog-isotope .wpb_button {
  margin-bottom: 0; }

.blog-isotope:after {
  content: "";
  display: block;
  clear: both; }

.blog-isotope .blog-post,
.blog-isotope .grid-sizer {
  width: 100%;
  float: left;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }

.blog-post.hidden {
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }

.blog-post-inner {
  position: relative; }

.page-title-desc,
.page-type {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  line-height: 1.5; }

.entry-title-archive {
  font-size: 1.875rem;
  line-height: 1.1333em;
  margin-bottom: 17px;
  font-weight: 900; }

h1.entry-title-archive {
  margin-top: 0; }

.thumbnail_archive {
  display: block;
  margin-top: 8px;
  transition: color 0.35s;
  -webkit-transition: color 0.35s; }

div.blog-post:first-of-type {
  margin-top: -100px; }

.entry-title-archive a {
  color: #000; }

.taxonomy-description {
  text-align: center; }

.blog-isotop-container {
  padding: 0;
  margin-left: -30px;
  margin-right: -30px; }

.blog-post.loaded {
  opacity: 0;
  animation: post-fade-in;
  animation-duration: 1s;
  animation-delay: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in; }
  .blog-post.loaded.delay-1 {
    animation-delay: 0.5s; }
  .blog-post.loaded.delay-2 {
    animation-delay: 0.7s; }
  .blog-post.loaded.delay-3 {
    animation-delay: 0.9s; }
  .blog-post.loaded.delay-4 {
    animation-delay: 1.1s; }
  .blog-post.loaded.delay-5 {
    animation-delay: 1.3s; }
  .blog-post.loaded.delay-6 {
    animation-delay: 1.5s; }
  .blog-post.loaded.delay-7 {
    animation-delay: 1.7s; }
  .blog-post.loaded.delay-8 {
    animation-delay: 1.9s; }
  .blog-post.loaded.delay-9 {
    animation-delay: 2.1s; }
  .blog-post.loaded.delay-10 {
    animation-delay: 2.3s; }
  .blog-post.loaded.delay-11 {
    animation-delay: 2.5s; }
  .blog-post.loaded.delay-12 {
    animation-delay: 2.7s; }
  .blog-post.loaded.delay-13 {
    animation-delay: 2.9s; }
  .blog-post.loaded.delay-14 {
    animation-delay: 3.1s; }
  .blog-post.loaded.delay-15 {
    animation-delay: 3.3s; }
  .blog-post.loaded.delay-16 {
    animation-delay: 3.5s; }
  .blog-post.loaded.delay-17 {
    animation-delay: 3.7s; }
  .blog-post.loaded.delay-18 {
    animation-delay: 3.9s; }
  .blog-post.loaded.delay-19 {
    animation-delay: 4.1s; }
  .blog-post.loaded.delay-20 {
    animation-delay: 4.3s; }

@keyframes post-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media screen and (min-width: 1025px) {
  .blog-post .blog-post-inner {
    padding: 0 35px 35px; } }

@media screen and (max-width: 768px) {
  .index-layout-1 #masonry_grid {
    margin: 0; }
  .index-layout-1 .blog-posts .post_meta_archive,
  .index-layout-1 .blog-posts .entry-title-archive span,
  .index-layout-1 .blog-posts .gallery-title,
  .index-layout-1 .blog-posts .entry-content-archive {
    margin-left: 0;
    margin-right: 0; }
  .index-layout-1 .blog-posts .blog-post-inner {
    padding: 0;
    margin-bottom: 40px; } }

@media screen and (min-width: 640px) {
  .index-layout-1 .blog-post-container {
    margin-left: -15px;
    margin-right: -15px; }
    .index-layout-1 .blog-post-container #masonry_grid {
      width: 100%;
      min-width: inherit; }
      .index-layout-1 .blog-post-container #masonry_grid .size-1of2 {
        padding: 0 15px; } }

@media screen and (max-width: 1024px) {
  #masonry_grid {
    margin: 0 !important; } }

.post_meta_archive,
.entry-title-archive span,
.gallery-title,
.entry-content-archive {
  margin-left: 30px;
  margin-right: 30px; }

.blog-isotope .entry-content-archive a.more-link {
  font-size: 13px; }

.entry-title-archive span {
  display: block; }

.thumbnail_archive_container {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 24px; }

.thumbnail_archive_container:before {
  content: "";
  display: block;
  /*background: #000;*/
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s; }

.entry-title-archive .thumbnail_archive_container {
  margin-left: 0;
  margin-right: 0; }

.thumbnail_archive img {
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  max-width: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0); }

.thumbnail_archive:hover .thumbnail_archive_container:before {
  opacity: 0.6; }

.thumbnail_archive:hover img {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.post_meta_archive {
  text-align: left;
  margin-bottom: 18px; }

.more-link {
  font-weight: bold;
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-top: 13px;
  display: block;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }

.more-link:hover {
  opacity: 0.8; }

.blog-isotope .entry-content-archive h1,
.blog-isotope .entry-content-archive h2,
.blog-isotope .entry-content-archive h3,
.blog-isotope .entry-content-archive h4,
.blog-isotope .entry-content-archive h5 {
  line-height: 1.625em;
  margin-bottom: 10px; }

.blog-isotope .entry-content-archive h6 {
  display: none; }

.blog-isotope .entry-content-archive,
.blog-isotope .entry-content-archive p,
.blog-isotope .entry-content-archive ul,
.blog-isotope .entry-content-archive ol,
.blog-isotope .entry-content-archive dl {
  line-height: 1.5em;
  margin-bottom: 10px; }

.blog-isotope .larger {
  text-align: left !important; }

.blog-isotope .gallery-caption {
  display: none; }

.entry-content-archive .gallery {
  display: none; }

.blog-post .video-container {
  padding-bottom: 32px;
  margin-top: 23px; }

.blog-post.audio iframe {
  margin-top: 15px; }

.blog-post .wp-caption {
  display: inline-block;
  height: auto !important; }

.getbowtied_blog_ajax_load_button {
  text-align: center;
  margin: 0 auto;
  clear: both;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 0 140px; }
  .index-layout-1 .getbowtied_blog_ajax_load_button {
    padding: 0 0 140px; }
  .getbowtied_blog_ajax_load_button .pagination_icon {
    font-size: 20px;
    font-weight: normal; }
  .getbowtied_blog_ajax_load_button a {
    display: block;
    font-size: 13px;
    letter-spacing: 2px; }
    .getbowtied_blog_ajax_load_button a.disabled {
      color: #8a8a8a; }
  .getbowtied_blog_ajax_load_button.finished a {
    cursor: default; }

.getbowtied_blog_ajax_load_button:before,
.getbowtied_blog_ajax_load_more_loader:before {
  content: "\e90e";
  font-family: 'Shopkeeper-Icon-Font';
  display: block;
  position: relative;
  top: -17px;
  font-size: 50px;
  line-height: 15px;
  font-weight: normal; }

.getbowtied_blog_ajax_load_more_loader {
  text-align: center;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 0 140px;
  opacity: 0;
  animation-name: blinker;
  animation-iteration-count: infinite;
  animation-duration: 1s; }
  .getbowtied_blog_ajax_load_more_loader span {
    color: #8a8a8a; }
  .getbowtied_blog_ajax_load_more_loader:before {
    color: #8a8a8a !important; }

@-webkit-keyframes blinker {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.getbowtied_blog_ajax_load_button.finished:before {
  display: none; }

.getbowtied_blog_ajax_load_button.finished .getbowtied_blog_ajax_load_more_loader:before {
  display: none; }

#masonry_grid .more-link:before {
  content: "";
  width: 40px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.getbowtied_ajax_load_button {
  text-align: center;
  margin: 0 auto;
  clear: both;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 0 140px; }
  .getbowtied_ajax_load_button a {
    display: block;
    font-size: 13px;
    letter-spacing: 2px; }
    .getbowtied_ajax_load_button a.disabled {
      color: #8a8a8a; }
  .getbowtied_ajax_load_button.finished a {
    cursor: default; }

.getbowtied_ajax_load_button:before,
.getbowtied_ajax_load_more_loader:before {
  content: "\e90e";
  font-family: 'Shopkeeper-Icon-Font';
  display: block;
  position: relative;
  top: -17px;
  font-size: 50px;
  line-height: 15px;
  font-weight: normal; }

.getbowtied_ajax_load_more_loader {
  text-align: center;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 0 140px;
  opacity: 0;
  animation-name: blinker;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-duration: 1s; }
  .getbowtied_ajax_load_more_loader span {
    color: #8a8a8a; }
  .getbowtied_ajax_load_more_loader:before {
    color: #8a8a8a !important; }

.getbowtied_ajax_load_button.finished:before {
  display: none; }

.getbowtied_ajax_load_button.finished .getbowtied_ajax_load_more_loader:before {
  display: none; }

.posts-navigation {
  padding-bottom: 90px; }
  .posts-navigation .page-numbers {
    margin: 0;
    list-style-type: none; }
    .posts-navigation .page-numbers li {
      display: inline-block; }
      .posts-navigation .page-numbers li span {
        font-weight: 700;
        background: none;
        font-size: 1rem;
        text-align: center;
        margin: 0;
        padding: 0.2em 1.1em;
        line-height: 2em;
        min-width: 0; }
    .posts-navigation .page-numbers a {
      padding: 0 1rem;
      font-weight: bold;
      font-size: 16px; }
  .posts-navigation .page-numbers li:first-child span {
    padding-left: 0 !important;
    padding-right: 1rem; }
  .index-layout-1 .posts-navigation,
  .with-sidebar .posts-navigation {
    padding-left: 5px;
    padding-right: 5px; }
  .index-layout-2 .posts-navigation {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto; }
  .index-layout-3 .posts-navigation {
    max-width: 1635px;
    width: 100%;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px; }
  .posts-navigation .nav-links {
    margin: 0;
    list-style-type: none; }
    .posts-navigation .nav-links span,
    .posts-navigation .nav-links a {
      font-size: 16px;
      font-weight: bold; }
    .posts-navigation .nav-links .page-numbers:not(.prev) {
      padding-right: 15px; }

.index-layout-1 .blog-post:last-child,
.with-sidebar .blog-post:last-child {
  margin-bottom: 95px; }

.index-layout-1.large-12 {
  padding: 0; }

@media only screen and (max-width: 1024px) {
  .index-layout-2 .posts-navigation .page-numbers {
    padding-left: 10px; }
  .index-layout-3 .posts-navigation {
    padding-left: 30px;
    padding-right: 30px; } }

@media only screen and (max-width: 768px) {
  .index-layout-3 .posts-navigation {
    padding-left: 0;
    padding-right: 0; } }

#masonry_grid {
  opacity: 0;
  transition: .5s; }
  #masonry_grid.fade-in {
    opacity: 1; }
  #masonry_grid.fade-out {
    opacity: 0; }

@keyframes slide-in-from-left {
  0% {
    transform: translateX(-55px); }
  50% {
    transform: translateX(95px); }
  75% {
    transform: translateX(95px); }
  100% {
    transform: translateX(95px); } }

.gtb-new:after {
  background: #ffb900;
  border-radius: 2px;
  color: #fff;
  content: "NEW";
  font-family: NeueEinstellung;
  font-size: 7px;
  font-weight: bold;
  padding: 3px 3px 2px 3px; }

/*------------------------------------------------------------------
[Table of contents]
	
	Landscape Phone to Portrait Tablet, Portrait Tablet (min-width 481px)
		Portfolio
			Portfolio Related Items
			
	Small Screens (max-width 640px)
		Visual Composer Shortcodes
	
	Medium Screens (min-width 641px)
		Global
		Forms
		Header
		Footer
		Blog
			Blog Isotope Listing
			General
			Blog listing
			Standard Post Format
			Quote
			Gallery
			Navigation
				Paging Navigation
			Error 404
			No results
			Comments
			Widgets
		My account login/register
		My account logged-in
			Edit account
			Billing Address/Shipping Address
			View Order
			Checkout - Thank you
		Order Tracking
		Shop Catalog
		Product Single
		Cart
			Cart Buttons
			Empty Cart / Wishlist 
		Checkout	
		Wishlist
		Portfolio
			Portfolio Single
		WooCommerce Messages
		WooCommerce Categories Grid
		Visual Composer Shortcodes
			General
			Separators
			Tabs &amp; Tour Sections
			Tabs/Accordions/Toggles/Tour fix - jQuery ui
			Message Boxes
			Toggles
			Accordions
			Progress Bars
			
	Landscape Tablet, Large Screens	(min-width 901px)
		Portfolio
			Portfolio Related Items
			
	Medium Screens Only (min-width 641px and max-width 1023px) 
		Visual Composer Shortcodes
		
	Small Screens / Medium Screens (max-width 1023px)
		Visual Composer Shortcodes
		
	Large Screens(min-width 1023px)
		Global
		Forms
		Header
		Blog
			Blog Isotope listing
			General
			Standard post format
			Error 404
			No Search Results
			Comments
		My account login/register
		My account logged-in
			View Order
			Checkout - Thank you
		Cart
			Empty Cart / Wishlist
		Checkout
		Wishlist
		Shop Catalog
		Product Single
		Offcanvas Left
		Footer
		WooCommerce Messages
		Visual Composer Shortcodes
			General
			Visual Composer Rows
			Blog Posts
			Tabs &amp; Tour Sections
			Banner
		
	Large Screens (min-width 1025px)
		Gallery
		
	Xlarge Screens	(min-width 1265px)
		Top bar
		Portfolio
			Portfolio Default - 3 Items per Row
			Portfolio Related Items
		Checkout
		My account Logged-in

	Xlarge Screens (min-width 1441px)
		Product Single
		
	Xlarge Screens (min-width 1601px)
		Portfolio
		Portfolio Default - 3 Items per Row
		Portfolio Related Items
		
[/Table of contents]
-------------------------------------------------------------------*/
/* min-width 481px, landscape phone to portrait tablet, portrait tablet */
@media only screen and (min-width: 30.063em) {
  /**********************************************************************************/
  /* Portfolio **********************************************************************/
  /**********************************************************************************/
  .portfolio-grid-sizer {
    width: 50%; }
  .portfolio-box,
  .portfolio_related_item {
    width: 50%;
    padding-bottom: 50%; }
  .portfolio-box.width2 {
    width: 100%;
    padding-bottom: 50%; }
  .portfolio-box.width2.height2 {
    width: 100%;
    padding-bottom: 100%; }
  /* portfolio related items */
  .portfolio_related_item.item_2.empty {
    display: block; }
  .portfolio_related_item.item_1.empty .hover-effect-link {
    border-right: 1px solid #ddd; } }

/* max-width 640px, small screens */
@media only screen and (max-width: 40.063em) {
  .order-info mark {
    background: none !important; }
  .woocommerce-order-received h2 {
    margin-bottom: 13px; }
  .content-area {
    padding: 40px 0 0 0; }
  .transparent_header.sticky_header .page-title-shown .entry-header.with_featured_img,
  .sticky_header .page-title-shown .entry-header.with_featured_img {
    margin-top: -40px; }
  .page-template-default .transparent_header .entry-header.with_featured_img {
    margin-top: -40px; }
  .list_shop_categories .category_item &gt; a {
    font-size: 10px; }
  #button_offcanvas_sidebar_left &gt; span {
    padding-right: 4px;
    display: inline-block; }
  .woocommerce-ordering select.orderby {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    line-height: 24px;
    font-size: 10px !important; }
  #button_offcanvas_sidebar_left .filters-text {
    font-size: 10px; }
  .catalog-ordering .select2-container.topbar-language-switcher, .select2-container.wcml_currency_switcher {
    font-size: 10px !important; }
  /**********************************************************************************/
  /* Visual Composer Shortcodes  ****************************************************/
  /**********************************************************************************/
  .full-width-page .columns {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .wpb_wrapper .vc_separator h2 {
    font-size: 1.875em !important;
    line-height: 1.33333em !important; }
  .top-headers-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 50px;
    overflow: hidden;
    z-index: 999; }
  #page_wrapper {
    padding-top: 50px; }
  .page-template-page-blank #page_wrapper {
    padding-top: 0; }
  #masthead {
    padding-top: 8px;
    padding-bottom: 9px; }
  .site-tools.offset {
    margin-top: -8px; }
  .site-tools.offset ul li {
    height: 50px; }
  .site-tools.offset ul li .tools_button {
    margin-top: 7px; }
  .account-tab-list .account-tab-link,
  .account-tab-list .sep {
    font-size: 1.5rem; }
  .account-tab-list .sep {
    margin: 0 10px; }
  .woocommerce .login-register-container p.form-row.remember-me-row,
  .woocommerce .login-register-container p.form-row.remember-me-row a,
  .woocommerce .login-register-container p.form-row.remember-me-row label {
    font-size: 0.6875rem; }
  .login-register-container {
    margin: 15px 0 40px 0; } }

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  /**********************************************************************************/
  /* Global *************************************************************************/
  /**********************************************************************************/
  .row {
    padding: 0 50px; }
  .row .row {
    padding: 0; }
  h1, h2 {
    line-height: 1.13; }
  h1 {
    font-size: 3.125rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.875rem;
    line-height: 1.2em; }
  h4 {
    font-size: 1.4375rem;
    line-height: 1.391304em; }
  h5 {
    font-size: 1.125rem;
    line-height: 1.55555em; }
  h6 {
    line-height: 1.625em; }
  .single .entry-title {
    font-size: 4.6875rem; }
  .page-title {
    font-size: 3.125rem;
    margin-bottom: 28px;
    line-height: 1; }
  p {
    line-height: 1.5;
    margin-bottom: 1.25rem; }
  /**********************************************************************************/
  /* Forms  *************************************************************************/
  /**********************************************************************************/
  .woocommerce form .form-row-first,
  .woocommerce-page form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    width: 48%; }
  button,
  .button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    width: auto; }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    margin-left: 0px;
    margin-right: 0px; }
  .woocommerce-ordering select.big-select {
    width: auto !important; }
  /**********************************************************************************/
  /* Footer *************************************************************************/
  /**********************************************************************************/
  #site-footer {
    padding: 80px 0 30px; }
  .trigger-footer-widget-area {
    display: none; }
  .site-footer-widget-area {
    display: block;
    margin-bottom: 60px; }
  #site-footer .button.checkout.wc-forward {
    margin-bottom: 30px; }
  .site-footer-widget-area .columns:nth-child(2n+1) {
    clear: left; }
  .footer_socials_wrapper {
    margin-bottom: 34px; }
  .footer-navigation-wrapper ul {
    margin-bottom: 34px; }
  .footer-navigation-wrapper ul li {
    display: inline-block;
    padding-right: 14px;
    margin: 0px 10px 15px 0;
    position: relative; }
  .footer-navigation-wrapper ul li:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    border-right: 1px solid;
    opacity: 0.5;
    position: absolute;
    top: -1px;
    right: 0; }
  .footer-navigation-wrapper ul li:last-child:after {
    display: none; }
  .payment_methods {
    text-align: left; }
  .payment_methods img {
    margin-bottom: 0; }
  #site-footer .copyright_text {
    margin-bottom: 46px; }
  /**********************************************************************************/
  /* Blog ***************************************************************************/
  /**********************************************************************************/
  /* blog isotope listing */
  .blog-isotope .blog-post,
  .blog-isotope .grid-sizer {
    width: 50%;
    padding-left: 35px;
    padding-right: 35px; }
  /* General */
  .page-header {
    margin-bottom: 104px; }
  .content-area {
    /*margin:75px 0 0 0;*/
    /*min-height: 400px;*/ }
  .entry-header-page {
    margin-bottom: 80px; }
  /* Blog listing */
  .blog-isotop-container {
    padding: 0 0px 90px;
    margin-left: 0;
    margin-right: 0; }
  .post_meta_archive,
  .entry-title-archive span,
  .gallery-title,
  .entry-content-archive,
  .blog #nav-below.paging-navigation,
  .archive #nav-below.paging-navigation {
    margin-left: 0px;
    margin-right: 0px; }
  .thumbnail_archive {
    margin-top: 0px; }
  .page-title-desc,
  .page-type {
    margin-bottom: 20px; }
  .blog-isotope .entry-content-archive h1,
  .blog-isotope .entry-content-archive h2,
  .blog-isotope .entry-content-archive h3,
  .blog-isotope .entry-content-archive h4,
  .blog-isotope .entry-content-archive h5 {
    line-height: 1.55555em;
    margin-bottom: 1.25rem; }
  .blog-isotope .entry-content-archive,
  .blog-isotope .entry-content-archive p,
  .blog-isotope .entry-content-archive ul,
  .blog-isotope .entry-content-archive ol,
  .blog-isotope .entry-content-archive dl {
    line-height: 1.5em;
    margin-bottom: 1.25rem; }
  .more-link {
    margin-top: 1rem; }
  .blog-isotope .blog-post .blog-post-inner {
    padding-bottom: 60px; }
  /* Standard post format */
  .entry-thumbnail {
    margin: 0 0px  58px; }
  .single-post-header.with-thumb .title {
    padding: 225px 0 220px 0; }
  .post_meta:before {
    margin: 39px auto 43px; }
  .blog-single .wp-caption-text,
  .blog-page .wp-caption-text {
    position: absolute;
    bottom: 25px;
    width: 180px;
    padding: 15px 20px;
    background: #333333;
    margin: 0; }
  .blog-single .wp-caption.alignnone .wp-caption-text,
  .blog-page .wp-caption.alignnone .wp-caption-text {
    right: -25px; }
  .blog-single .wp-caption.aligncenter .wp-caption-text,
  .blog-page .wp-caption.aligncenter .wp-caption-text {
    right: -15px; }
  .blog-single .wp-caption.alignleft .wp-caption-text,
  .blog-page .wp-caption.alignleft .wp-caption-text {
    left: -25px; }
  .blog-single .wp-caption.alignright .wp-caption-text,
  .blog-page .wp-caption.alignright .wp-caption-text {
    right: -15px; }
  /* Quote */
  blockquote p {
    padding-left: 43px; }
  /* gallery */
  .gallery br {
    height: 0;
    display: block; }
  .gallery-columns-1 dl.gallery-item {
    width: 100% !important;
    padding-bottom: 100% !important; }
  .gallery-columns-2 dl.gallery-item {
    width: 50% !important;
    padding-bottom: 50% !important; }
  .gallery-columns-3 dl.gallery-item {
    width: 33.3333333333% !important;
    padding-bottom: 33.3333333333% !important; }
  .gallery-columns-4 dl.gallery-item {
    width: 25% !important;
    padding-bottom: 25% !important; }
  .gallery-columns-5 dl.gallery-item {
    width: 20% !important;
    padding-bottom: 20% !important; }
  .gallery-columns-6 dl.gallery-item {
    width: 16.6666666666% !important;
    padding-bottom: 16.6666666666% !important; }
  .gallery-columns-7 dl.gallery-item {
    width: 14.285714% !important;
    padding-bottom: 14.285714% !important; }
  .gallery-columns-8 dl.gallery-item {
    width: 12.5% !important;
    padding-bottom: 12.5% !important; }
  .gallery-columns-9 dl.gallery-item {
    width: 11.1111111111% !important;
    padding-bottom: 11.1111111111% !important; }
  .gallery-item .gallery-caption {
    display: block;
    font-size: 1rem;
    text-align: left;
    line-height: 1.5em;
    color: #999;
    background: #000;
    padding: 9px 20px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    right: 20px;
    bottom: 40px;
    left: 20px;
    transition: opacity 0.3s, bottom 0.3s, z-index 0s ease 0.3s;
    -webkit-transition: opacity 0.3s, bottom 0.3s, z-index 0s ease 0.3s; }
  .gallery-item .gallery-caption:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    right: 10px; }
  .gallery-item .gallery-caption.show {
    opacity: 1;
    z-index: 9;
    bottom: 60px;
    transition: opacity 0.3s, bottom 0.3s, z-index 0.3s;
    -webkit-transition: opacity 0.3s, bottom 0.3s, z-index 0.3s; }
  .gallery-caption-trigger {
    display: block;
    width: 24px;
    line-height: 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    font-family: 'Georgia',sans-serif;
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 10;
    transition: all 0.3s;
    -webkit-transition: all 0.3s; }
  .gallery-caption-trigger:hover {
    background: #fff; }
  /* Navigation */
  .paging-navigation,
  .post-navigation {
    background: none;
    height: auto;
    padding: 75px 0; }
  .product_navigation .post-navigation {
    padding: 40px 0; }
  .paging-navigation:after,
  .paging-navigation:before,
  .post-navigation:after,
  .post-navigation:before {
    display: none; }
  .nav-previous,
  .nav-next {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.3125rem; }
  .nav-next a,
  .nav-previous a {
    font-size: 1.3125rem;
    background: none;
    display: inline-block;
    padding-top: 0;
    height: auto; }
  .nav-next a {
    text-align: right; }
  .nav-previous a {
    text-align: left; }
  .nav-next a:hover,
  .nav-previous a:hover {
    background: none; }
  .nav-next a:before,
  .nav-previous a:before {
    display: none; }
  .nav-next .nav-next-title,
  .nav-previous .nav-previous-title {
    display: block; }
  .nav-next a span,
  .nav-previous a span {
    display: inline-block; }
  /* Paging navigation */
  #nav-below.paging-navigation {
    margin-bottom: 3px;
    padding: 0 1.5%; }
  .paging-navigation .nav-next {
    float: right; }
  .paging-navigation .fa {
    display: inline-block; }
  /* error 404 */
  /* no results */
  .error-404,
  .no-results {
    margin-top: 0px; }
  .error-404 .search-form,
  .no-results .search-form {
    display: inline-block;
    padding-bottom: 80px; }
  .error-404 input[type="text"],
  .error-404 input[type="search"],
  .no-results input[type="text"],
  .no-results input[type="search"] {
    width: 300px;
    margin-right: 10px; }
  .error-404 h1.page-title {
    font-size: 3.75rem;
    margin-bottom: 23px; }
  .no-results h1.page-title {
    font-size: 6.25rem;
    margin-top: 100px;
    margin-bottom: 30px; }
  .error-404-text,
  .no-results-text {
    font-size: 1.5rem; }
  .error-banner img {
    max-width: none; }
  /* Comments */
  .comments-area {
    margin: 86px 0 65px; }
  .comments-title {
    font-size: 30px;
    font-weight: normal;
    text-align: left; }
  .comment-list {
    margin: 64px 0 0 !important; }
  .comments-area article {
    padding: 0; }
  .comment-content {
    padding: 0 0 0 100px; }
  .comment-author-avatar {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px; }
  .comment-author-avatar img {
    width: 80px;
    height: 80px; }
  .comment-content .comment-author,
  .comment-content .comment-metadata {
    padding: 0; }
  .comment-metadata {
    margin-top: -2px;
    margin-bottom: 25px; }
  .comment-text p {
    margin: 15px 0 23px; }
  .logged-in-as,
  .comment-notes,
  #reply-title {
    text-align: left; }
  .comment-respond {
    margin: 30px 0 30px 0; }
  .logged-in-as,
  .comment-notes {
    margin-bottom: 1.25rem; }
  .comment-list &gt; li:last-child .comment-separator {
    opacity: 0; }
  #respond {
    margin-top: -6px; }
  #commentform .comment-notes {
    padding: 5px 0 31px; }
  #commentform .form-submit {
    margin-top: 20px; }
  .comment-separator {
    width: 100%;
    height: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 32px 0; }
  /* Widgets */
  .widget {
    margin-bottom: 80px; }
  /**********************************************************************************/
  /* My account login/register  *****************************************************/
  /**********************************************************************************/
  /* Edit account */
  .woocommerce form .form-row-first.first-name-row,
  .woocommerce-page form .form-row-last.last-name-row,
  .woocommerce form .form-row-first.password-row,
  .woocommerce-page form .form-row-last.repeat-password-row {
    width: 48%; }
  /* Billing Address/Shipping Address */
  .shipping_billing_wrapper {
    float: left;
    width: 66.66666%; }
  .shipping_billing_wrapper h3 {
    margin-top: 0.5rem; }
  .my_address_description {
    width: 33.33333%;
    margin-bottom: 30px;
    padding-right: 52px;
    padding-bottom: 23px;
    float: left; }
  .billing_shipping_address_title {
    margin-top: 4px;
    margin-bottom: 13px; }
  /* View Order*/
  .order-info {
    margin: 16px -60px 8px;
    padding-left: 60px;
    padding-right: 60px; }
  .order-info mark {
    font-size: 1.125rem;
    font-weight: 700;
    padding: 3px 10px;
    margin: 0 5px 5px;
    display: inline-block; }
  .shop_table.order_details_footer .product-total,
  .shop_table.order_details .product-total {
    width: 250px; }
  .woocommerce .shop_table.order_details tfoot th,
  .woocommerce-page .shop_table.order_details tfoot th {
    padding-left: 28%; }
  .woocommerce .shop_table.customer_details {
    /*float: left;
		width: 33.33333%;*/ }
  /* Checkout - Thank you */
  .woocommerce-thankyou-order-received {
    margin: 13px -500px 0;
    padding: 31px 500px;
    font-size: 1.125rem; }
  .woocommerce-thankyou-order-details + p {
    margin: 100px auto 16px; }
  .woocommerce-thankyou-order-details {
    padding-top: 40px; }
  .thank_you_bank_details {
    margin-top: 90px; }
  .woocommerce-checkout .content-area .billing_shipping_address_title {
    margin-top: 4px; }
  .woocommerce-checkout .shipping_billing_wrapper .columns:last-of-type {
    margin-top: 0px; }
  /**********************************************************************************/
  /* Order Tracking *****************************************************************/
  /**********************************************************************************/
  .track_order_form {
    width: 460px;
    max-width: 100%;
    margin: 0 auto 10px;
    padding: 43px 60px 60px; }
  .track_order_form.custom_border:after {
    display: block; }
  /**********************************************************************************/
  /* Shop Catalog *******************************************************************/
  /**********************************************************************************/
  .woocommerce ul.products-grid,
  .woocommerce-page ul.products-grid {
    margin: 0px -10px 36px; }
  .woocommerce-pagination {
    margin: 0px 0 67px; }
  .shop_header {
    margin-bottom: 60px; }
  .products .out_of_stock_badge_loop,
  .out_of_stock_badge_single,
  .quickview-badges .out_of_stock_badge_single {
    font-size: 0.6875rem;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -font-smoothing: antialiased;
    font-weight: bold; }
  .woocommerce .products span.onsale,
  .woocommerce-page .products span.onsale,
  .woocommerce span.onsale,
  .woocommerce-page span.onsale,
  .quickview-badges span.onsale {
    font-size: 0.6875rem;
    padding: 2px 8px 0px 8px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -font-smoothing: antialiased;
    font-weight: bold; }
  /**********************************************************************************/
  /* Product Single *****************************************************************/
  /**********************************************************************************/
  /**********************************************************************************/
  /* Cart ***************************************************************************/
  /**********************************************************************************/
  .cart_form {
    margin-bottom: 80px; }
  .cart_form .custom_border:after {
    display: block; }
  .woocommerce .cart_form .cart-collaterals,
  .woocommerce-page .cart_form .cart-collaterals {
    padding-bottom: 40px; }
  .cart_right_wrapper {
    margin: 0; }
  .woocommerce table.cart .product-thumbnail,
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail {
    display: table-cell; }
  .woocommerce table.cart .product-name .amount-wrapper,
  .woocommerce #content table.cart .product-name .amount-wrapper {
    display: none; }
  .woocommerce table.cart .product-name,
  .woocommerce #content table.cart .product-name {
    padding-right: 40px; }
  .woocommerce td.product-quantity,
  .woocommerce-page td.product-quantity {
    min-width: 115px;
    padding-right: 0 !important; }
    .woocommerce td.product-quantity .quantity.custom,
    .woocommerce-page td.product-quantity .quantity.custom {
      margin-right: 0; }
  .woocommerce .quantity,
  .woocommerce #content .quantity,
  .woocommerce-page .quantity,
  .woocommerce-page #content .quantity {
    width: 74px; }
  .woocommerce table.cart .product-price,
  .woocommerce #content table.cart .product-price,
  .product-price-thead,
  .product-name-thead {
    display: table-cell; }
  .woocommerce table.cart td.product-remove {
    text-align: center;
    width: 40px;
    max-width: 40px; }
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    padding: 40px; }
  .cart_left_wrapper {
    margin-top: 27px;
    margin-bottom: 70px; }
  .woocommerce-cart.woocommerce-page #content .quantity input.qty {
    font-size: 1.5rem;
    width: 60px !important;
    height: 50px;
    padding-right: 0;
    padding-left: 13px; }
  .woocommerce-cart .page-title,
  .woocommerce-checkout .page-title,
  .woocommerce-account .page-title {
    margin-bottom: 65px; }
  .shipping-calculator-wrapper,
  .update_and_checkout {
    width: 100%;
    float: right; }
  .shipping-calculator-button-wrapper:after,
  .shipping-calculator-form:after,
  .cart-buttons:after,
  .cart-totals-wrapper:after,
  .cart-collaterals:after,
  .cart_right_wrapper:after {
    content: "";
    display: block;
    clear: both; }
  /*cart buttons*/
  .coupon_code_wrapper {
    border-width: 3px;
    border-style: dashed;
    margin: 0;
    padding: 36px 0px 42px;
    margin-top: 75px; }
  .coupon_code_wrapper #coupon_code {
    width: 250px;
    margin: 0 10px 0 0; }
  .coupon_code_text {
    margin-bottom: 22px; }
  /* Empty Cart / Wishlist */
  .cart-wishlist-empty-banner {
    margin-top: 67px; }
  .cart-wishlist-empty-banner img {
    max-width: none; }
  .cart-wishlist-empty {
    font-size: 3.125rem;
    line-height: 1.2em;
    margin-bottom: 100px; }
  .cart-empty {
    margin: 22px 0 18px; }
  .return-to-shop {
    margin-bottom: 185px; }
  /**********************************************************************************/
  /* Checkout ***********************************************************************/
  /**********************************************************************************/
  .woocommerce-checkout .content-area h3 {
    text-transform: uppercase; }
  .order_details li.order,
  .order_details li.total,
  .order_details li.date {
    margin-right: 0px; }
  .order_details li.total {
    clear: none; }
  .order_details li.date,
  .order_details li.order {
    padding-bottom: 0px; }
  .thank_you_header_img_top {
    margin: 14px 0 40px 0; }
  .thank_you_header_img_bottom {
    margin: 11px 0 30px 0; }
  .order_details.bacs_details li {
    clear: none; }
  .checkout_left_wrapper {
    margin-top: 50px;
    margin-bottom: 105px; }
  .checkout_right_wrapper {
    margin: 0px 0 13px; }
  .checkout_right_wrapper .custom_border:after {
    display: block; }
  .order_review_wrapper {
    padding: 60px 40px 40px; }
  .woocommerce .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
  .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
  .woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child,
  .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child {
    width: 50%; }
  #shipping_method li .amount {
    display: inline-block; }
  .order_review_wrapper .order_details_footer_container,
  .woocommerce-page .order_review_wrapper .my_account_container table.shop_table.order_details_footer {
    float: right;
    width: 370px;
    margin-bottom: 18px; }
  /*.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2
	{
		margin-top: 65px;
	}*/
  .woocommerce .checkout .col-2 h3,
  .woocommerce-page .checkout .col-2 h3 {
    float: left;
    margin-bottom: 20px; }
  #ship-to-different-address {
    text-align: center;
    float: left;
    padding-top: 1px;
    margin-bottom: 0; }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    width: auto; }
  /**********************************************************************************/
  /* Wishlist ***********************************************************************/
  /**********************************************************************************/
  .woocommerce table.cart.wishlist_table td.product-remove {
    width: 30px;
    min-width: 30px; }
  .woocommerce-page table.cart.wishlist_table .product-name,
  .woocommerce-page #content table.cart.wishlist_table .product-name {
    padding-right: 40px; }
  .woocommerce table.cart.wishlist_table .product-price,
  .woocommerce #content table.cart.wishlist_table .product-price {
    padding-right: 30px; }
  .product-add-to-cart .button,
  .woocommerce .product-add-to-cart a.alt.button {
    font-size: 13px !important;
    width: auto;
    height: auto;
    padding-right: 24px !important;
    padding-left: 24px !important;
    margin-bottom: 0;
    position: relative;
    top: 0; }
  .woocommerce-page table.cart.wishlist_table .product-add-to-cart,
  .woocommerce-page #content table.cart.wishlist_table .product-add-to-cart {
    width: 163px; }
  .product-add-to-cart .button:before,
  .woocommerce .product-add-to-cart a.alt.button:before {
    display: none; }
  /**********************************************************************************/
  /* Portfolio **********************************************************************/
  /**********************************************************************************/
  .hover-effect-content .hover-effect-title,
  .wpb_wrapper h2.hover-effect-title {
    font-size: 1.875rem; }
  .filters-group.list-centered {
    margin-bottom: 5px; }
  /* portfolio single */
  .portfolio_content_nav #nav-below {
    padding: 40px 50px 38px;
    margin: 0;
    border-top-width: 1px;
    border-top-style: solid; }
  .portfolio_content_nav #nav-below .nav-previous span:before,
  .portfolio_content_nav #nav-below .nav-next span:after {
    font-size: 20px;
    color: #888;
    display: inline-block;
    font: normal normal normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .portfolio_content_nav #nav-below .nav-previous span:before {
    content: "\2190";
    margin-right: 3px; }
  .portfolio_content_nav #nav-below .nav-next span:after {
    content: "\2192";
    margin-left: 3px; }
  /**********************************************************************************/
  /* WooCommerce Messages ***********************************************************/
  /**********************************************************************************/
  /*.woocommerce-wishlist.woocommerce  .woocommerce-message,
	.woocommerce-wishlist.woocommerce-page .woocommerce-message,
	.single-product.woocommerce  .woocommerce-message,
	.single-product.woocommerce-page .woocommerce-message
	{
		padding: 18px 33px 18px 33px !important;
		margin: -14px 0 35px !important;
	}*/
  .woocommerce form.checkout_coupon,
  .woocommerce-page form.checkout_coupon {
    border-width: 3px;
    border-style: dashed;
    padding: 28px 0;
    width: 695px;
    max-width: 100%;
    margin: 18px auto 30px; }
  .checkout_coupon_inner {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 100px; }
  form.checkout_coupon #coupon_code {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0 120px 0 65px; }
  form.checkout_coupon input[type="submit"] {
    position: absolute;
    right: 100px;
    background: none !important;
    color: #000 !important;
    min-width: 0;
    top: 0px;
    opacity: 0;
    transition: all .3s; }
  form.checkout_coupon #coupon_code:focus ~ input[type="submit"] {
    opacity: 1; }
  form.checkout_coupon input[type="submit"]:active,
  form.checkout_coupon input[type="submit"]:focus {
    border: none;
    outline: none; }
  .woocommerce-checkout .woocommerce-info {
    font-size: 16px;
    line-height: 1.5rem; }
  .checkout_login form.login {
    width: 510px;
    margin: 0 auto;
    padding: 24px 20px 14px;
    border: none; }
  .woocommerce form.login p:first-child,
  .woocommerce-page form.login p:first-child {
    margin: 0px -20px 14px; }
  .woocommerce form.login .lost_password {
    margin-top: -66px;
    font-size: 1.125rem; }
  .woocommerce .woocommerce-ResetPassword,
  .woocommerce-page .woocommerce-ResetPassword {
    width: 472px;
    max-width: 100%;
    margin: 0 auto; }
  .woocommerce .woocommerce-ResetPassword input,
  .woocommerce-page .woocommerce-ResetPassword input,
  .woocommerce .woocommerce-ResetPassword .woocommerce-FormRow,
  .woocommerce-page .woocommerce-ResetPassword .woocommerce-FormRow {
    width: 100%; }
  /**********************************************************************************/
  /* Visual Composer Shortcodes  ****************************************************/
  /**********************************************************************************/
  /*general*/
  .wpb_wrapper .categories_grid {
    margin-bottom: 0; }
  .full-width-page .wpb_wrapper .gallery,
  .full-width-page .wpb_alert.wpb_content_element,
  .full-width-page .wpb_wrapper .wpb_gmaps_widget,
  .full-width-page .wpb_wrapper #map_container,
  .full-width-page .wpb_wrapper .wpb_revslider_element {
    margin-left: -60px !important;
    margin-right: -60px !important; }
  /*separators*/
  .wpb_wrapper .vc_separator h2,
  .wpb_wrapper .vc_separator div {
    padding: 0 50px;
    white-space: pre; }
  .wpb_wrapper .vc_separator.without-separator h2 {
    white-space: normal; }
  /*	.wpb_wrapper .vc_separator .vc_sep_holder
	{
		display: table-cell;
	}*/
  .vc_separator_align_left.vc_separator h2,
  .vc_separator_align_left.vc_separator div {
    padding: 0 50px 0 0; }
  .vc_separator_align_right.vc_separator h2,
  .vc_separator_align_right.vc_separator div {
    padding: 0 0px 0 50px; }
  .wpb_wrapper .without-separator .vc_sep_holder {
    display: none; }
  /*Tabs &amp; Tour Sections*/
  .wpb_tabs.wpb_content_element .wpb_tabs_nav:after {
    background: none repeat scroll 0 0 #ddd;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0; }
  .wpb_tabs.wpb_content_element .wpb_tabs_nav li {
    display: inline-block;
    margin: 0 0px 0px 60px;
    position: relative;
    z-index: 1; }
  .wpb_tour.wpb_content_element .wpb_tabs_nav li:after,
  .wpb_tabs.wpb_content_element .wpb_tabs_nav li:after {
    display: none !important; }
  .wpb_tour.wpb_content_element .wpb_tabs_nav li a,
  .wpb_tabs.wpb_content_element .wpb_tabs_nav li a {
    display: inline-block;
    padding: 21px 0;
    border-bottom-color: transparent;
    border-bottom-width: 3px; }
  .wpb_tour.wpb_content_element .wpb_tabs_nav li a {
    font-size: 0.8125rem;
    margin-bottom: 10px; }
  .wpb_tour.wpb_content_element .wpb_tabs_nav {
    width: 25%;
    padding-right: 15px; }
  .wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
    width: 75%;
    padding: 0;
    padding-left: 15px;
    padding-bottom: 30px; }
  .wpb_tabs.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
  .wpb_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 30px 0; }
  .wpb_tour.wpb_content_element .wpb_tour_next_prev_nav {
    width: 75%;
    padding-left: 15px;
    margin-left: 25%; }
  .wpb_tour.wpb_content_element .wpb_tour_next_prev_nav span a {
    font-size: 1rem; }
  /* Tabs/Accordions/Toggles/Tour fix - jQuery ui */
  .wpb_tour .ui-helper-reset,
  .wpb_tabs .ui-helper-reset,
  .wpb_accordion .ui-helper-reset {
    line-height: 1.8; }
  /*Message Boxes*/
  .wpb_alert.wpb_content_element .messagebox_text:before {
    top: 5px; }
  /* Toggles */
  .wpb_wrapper .wpb_toggle,
  #content .wpb_wrapper h4.wpb_toggle {
    font-size: 1.3125rem;
    line-height: 2rem;
    padding-left: 40px;
    margin-bottom: 28px; }
  /*
	.wpb_wrapper .wpb_toggle:before,
	#content .wpb_wrapper h4.wpb_toggle:before
	{
		top: 4px;
	}
	
	.wpb_wrapper .wpb_toggle:after,
	#content .wpb_wrapper h4.wpb_toggle:after
	{
		font-size: 18px;
		left:3px;
		top: 7px;
	}
	
	.wpb_wrapper .wpb_toggle_title_active:after,
	#content .wpb_wrapper h4.wpb_toggle_title_active:after
	{
		font-size: 18px;
		left:3px;
		top: 7px;
	}
	*/
  .wpb_wrapper .wpb_toggle:last-of-type + .wpb_toggle_content,
  #content .wpb_wrapper h4.wpb_toggle:last-of-type + .wpb_toggle_content {
    margin-top: 16px; }
  .wpb_wrapper .wpb_toggle_content {
    margin-top: -16px;
    margin-bottom: 31px;
    padding-left: 40px; }
  /*Accordions*/
  .wpb_heading.wpb_accordion_heading {
    margin: 0 0 11px; }
  .wpb_wrapper .wpb_content_element .wpb_accordion_header .accordion_title {
    font-size: 1.3125rem;
    line-height: 2.3rem;
    padding: 13px 40px 13px 20px;
    font-weight: 700; }
  .wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
  .wpb_wrapper .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    top: 22px; }
  .wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
    padding-bottom: 27px; }
  /*Progress Bars*/
  .wpb_heading.wpb_progress_bar_heading {
    font-size: 1.4375rem; }
  /* Icon Box */
  .shortcode_icon_box.icon_position_left {
    padding-left: 85px; }
  .shortcode_icon_box.icon_position_right {
    padding-right: 190px; }
  .shortcode_icon_box.icon_position_left .icon_wrapper {
    width: 70px;
    height: 70px;
    padding-top: 16px;
    position: absolute;
    top: 0;
    left: 0; }
  .shortcode_icon_box.icon_position_right .icon_wrapper {
    width: 100px;
    height: 100px;
    padding-top: 23px;
    position: absolute;
    top: 8px;
    right: 60px; }
  .shortcode_icon_box.icon_position_left .icon {
    font-size: 36px;
    line-height: 36px; }
  .shortcode_icon_box.icon_position_right .icon {
    font-size: 52px;
    line-height: 52px; } }

/* max-width 767px, all mobile devices */
@media only screen and (max-width: 768px) {
  /**********************************************************************************/
  /* Cart ***************************************************************************/
  /**********************************************************************************/
  /*	.content-area
	{
		padding: 45px 0 0 0;
	}*/
  .archive .woocommerce-breadcrumb {
    display: none; }
  tr.cart_item {
    background: transparent !important; }
  tr.cart_item td {
    background: transparent !important; }
  .woocommerce-cart.woocommerce-page .woocommerce &gt; form {
    /*margin: 0 -30px;*/
    min-width: 100%;
    width: auto !important; }
  .woocommerce-cart.woocommerce-page .cart-collaterals {
    margin: 0 -30px;
    min-width: 100%;
    width: auto !important;
    max-width: none; }
  .woocommerce-cart.woocommerce-page .cart-collaterals .cart-subtotal td,
  .woocommerce-cart.woocommerce-page .cart-collaterals .shipping td {
    text-align: left !important;
    background: none;
    margin-bottom: 20px;
    padding: 0 !important; }
  .woocommerce-cart.woocommerce-page .cart-collaterals tr {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px; }
  .woocommerce-cart.woocommerce-page .cart-collaterals .cart-subtotal td &gt; span,
  .woocommerce-cart.woocommerce-page .cart-collaterals .shipping td ul,
  .woocommerce-cart.woocommerce-page .cart-collaterals tr .order-total strong {
    float: right;
    width: 60%;
    display: block;
    text-align: left !important; }
  .woocommerce-shipping-calculator {
    padding-left: 30%; }
  .woocommerce table.cart tr.cart_item,
  .woocommerce #content table.cart tr.cart_item,
  .woocommerce-page table.cart tr.cart_item,
  .woocommerce-page #content table.cart tr.cart_item
.woocommerce table.cart .cart_item td,
  .woocommerce #content table.cart .cart_item td,
  .woocommerce-page table.cart .cart_item td,
  .woocommerce-page #content table.cart .cart_item td {
    display: block;
    float: left;
    width: 100%;
    background: #FFF;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    border: none; }
  .woocommerce table.cart tr,
  .woocommerce #content table.cart tr,
  .woocommerce-page table.cart tr,
  .woocommerce-page #content table.cart tr {
    border-bottom: solid 1px #eeeeee;
    padding: 0 0 10px;
    margin-bottom: 25px; }
  .woocommerce table.cart tr:last-child,
  .woocommerce #content table.cart tr:last-child,
  .woocommerce-page table.cart tr:last-child,
  .woocommerce-page #content table.cart tr:last-child {
    padding: 0 0 10px; }
  .woocommerce table.cart tr td.actions .coupon input,
  .woocommerce #content table.cart tr td.actions .coupon input,
  .woocommerce-page table.cart tr td.actions .coupon input,
  .woocommerce-page #content table.cart tr td.actions .coupon input {
    min-width: auto;
    margin-right: 0; }
  .woocommerce table.cart tr:last-child,
  .woocommerce #content table.cart tr:last-child,
  .woocommerce-page table.cart tr:last-child,
  .woocommerce-page #content table.cart tr:last-child {
    border-bottom: none; }
  .woocommerce table.cart .cart_item td:before,
  .woocommerce #content table.cart .cart_item td:before,
  .woocommerce-page table.cart .cart_item td:before,
  .woocommerce-page #content table.cart .cart_item td:before {
    font-weight: normal;
    font-size: 14px;
    line-height: 1; }
  .woocommerce table.cart .cart_item td.product-remove,
  .woocommerce #content table.cart .cart_item td.product-remove,
  .woocommerce-page table.cart .cart_item td.product-remove,
  .woocommerce-page #content table.cart .cart_item td.product-remove {
    width: 100%;
    max-width: 100%;
    margin-bottom: -20px; }
  .woocommerce table.cart .cart_item td.product-thumbnail,
  .woocommerce #content table.cart .cart_item td.product-thumbnail,
  .woocommerce-page table.cart .cart_item td.product-thumbnail,
  .woocommerce-page #content table.cart .cart_item td.product-thumbnail {
    margin-bottom: 35px; }
  .woocommerce table.cart .cart_item td a,
  .woocommerce #content table.cart .cart_item td a,
  .woocommerce-page table.cart .cart_item td a,
  .woocommerce-page #content table.cart .cart_item td a,
  .woocommerce table.cart .cart_item td span,
  .woocommerce #content table.cart .cart_item td span,
  .woocommerce-page table.cart .cart_item td span,
  .woocommerce-page #content table.cart .cart_item td span {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold; }
  .woocommerce table.cart .cart_item td .quantity,
  .woocommerce #content table.cart .cart_item td .quantity,
  .woocommerce-page table.cart .cart_item td .quantity,
  .woocommerce-page #content table.cart .cart_item td .quantity {
    float: right;
    width: auto; }
  .woocommerce table.cart .cart_item td .input-text.qty.text,
  .woocommerce #content table.cart .cart_item td .input-text.qty.text,
  .woocommerce-page table.cart .cart_item td .input-text.qty.text,
  .woocommerce-page #content table.cart .cart_item td .input-text.qty.text {
    padding: 0px;
    width: 30px !important;
    height: auto !important;
    line-height: 1 !important;
    font-size: 16px !important;
    margin-top: -8px;
    padding-left: 13px;
    padding-right: 0;
    padding-bottom: 5px;
    width: 50px !important; }
  .woocommerce table.cart .cart_item td img,
  .woocommerce #content table.cart .cart_item td img,
  .woocommerce-page table.cart .cart_item td img,
  .woocommerce-page #content table.cart .cart_item td img {
    max-width: 100px; }
  .woocommerce table.cart .cart_item td.product-thumbnail,
  .woocommerce #content table.cart .cart_item td.product-thumbnail,
  .woocommerce-page table.cart .cart_item td.product-thumbnail,
  .woocommerce-page #content table.cart .cart_item td.product-thumbnail {
    text-align: center !important; }
  .woocommerce table.cart .cart_item td.product-thumbnail:before,
  .woocommerce #content table.cart .cart_item td.product-thumbnail:before,
  .woocommerce-page table.cart .cart_item td.product-thumbnail:before,
  .woocommerce-page #content table.cart .cart_item td.product-thumbnail:before {
    display: none; }
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    display: block;
    width: 100%;
    float: left; }
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    width: 100% !important; }
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon input {
    width: auto;
    min-width: auto; }
  .woocommerce #content table.cart td.actions .coupon input.button,
  .woocommerce table.cart td.actions .coupon input.button,
  .woocommerce-page #content table.cart td.actions .coupon input.button,
  .woocommerce-page table.cart td.actions .coupon input.button {
    width: auto; }
  .woocommerce #content table.cart td.actions &gt; input.button,
  .woocommerce table.cart td.actions &gt; input.button,
  .woocommerce-page #content table.cart td.actions &gt; input.button,
  .woocommerce-page table.cart td.actions &gt; input.button {
    width: 100%;
    min-width: 100%;
    max-width: 100%; }
  .woocommerce table.cart .cart_item td a.remove,
  .woocommerce-page table.cart .cart_item td a.remove,
  .woocommerce-page #content table.cart .cart_item td a.remove {
    font-size: 0; }
  /**********************************************************************************/
  /* My Account *********************************************************************/
  /**********************************************************************************/
  .woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 100%; }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
  .woocommerce-account .row .entry-content {
    margin: 20px 0 0 0; }
  .woocommerce table.shop_table.woocommerce-MyAccount-orders td,
  .woocommerce-page table.shop_table.woocommerce-MyAccount-orders td {
    padding: 10px 0px 10px 0; }
  .woocommerce table.shop_table.woocommerce-MyAccount-orders td:last-child,
  .woocommerce-page table.shop_table.woocommerce-MyAccount-orders td:last-child {
    padding-top: 20px; } }

/* min-width 768px max-width: 1024px, tablet only */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /**********************************************************************************/
  /* Cart ***************************************************************************/
  /**********************************************************************************/
  .woocommerce-cart .entry-content .woocommerce &gt; form,
  .woocommerce-cart .entry-content .woocommerce .cart-collaterals {
    width: 100%;
    margin-bottom: 50px; }
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    width: 66% !important; }
  .woocommerce #content table.cart td.actions &gt; input.button,
  .woocommerce table.cart td.actions &gt; input.button,
  .woocommerce-page #content table.cart td.actions &gt; input.button,
  .woocommerce-page table.cart td.actions &gt; input.button {
    width: 31%;
    min-width: 31%;
    max-width: 31%; } }

/* min-width 901px, landscape tablet,large screens */
@media only screen and (min-width: 56.3125em) {
  /**********************************************************************************/
  /* My Account Logged-in ***********************************************************/
  /**********************************************************************************/
  .catalog-ordering {
    margin-top: 1px !important; }
  .woocommerce-ordering {
    margin-top: 2px !important; }
  .woocommerce-breadcrumb {
    margin-top: 2px !important; }
  .woocommerce-account h2 {
    margin-top: 68px;
    margin-bottom: 15px; }
  .my_address_title {
    margin-top: 68px; }
  .myaccount_user_inner {
    font-size: 1.125rem; }
  .account_button {
    margin-top: 35px !important; }
  .woocommerce ul.digital-downloads li .count,
  .woocommerce-page ul.digital-downloads li .count
.woocommerce ul.digital-downloads li a,
  .woocommerce-page ul.digital-downloads li a {
    display: inline-block; }
  .woocommerce ul.digital-downloads li a,
  .woocommerce-page ul.digital-downloads li a {
    width: 65%;
    float: left; }
  .woocommerce ul.digital-downloads li .count,
  .woocommerce-page ul.digital-downloads li .count {
    float: right;
    padding-left: 0; }
  .woocommerce ul.digital-downloads li:after,
  .woocommerce-page ul.digital-downloads li:after {
    margin: 0 0 19px 0;
    padding: 19px 0 0;
    clear: both; }
  .woocommerce table.my_account_orders,
  .woocommerce-page table.my_account_orders {
    margin-top: 0px;
    font-size: 0.9375rem;
    margin-bottom: 100px; }
  .woocommerce .my_account_container table.shop_table .order-date,
  .woocommerce .my_account_container table.shop_table .order-actions {
    display: table-cell;
    padding-left: 0;
    padding-right: 0; }
  .woocommerce .my_account_container table.shop_table .order-actions a {
    padding-left: 10px; }
  .woocommerce .my_account_container table.shop_table .order-status,
  .woocommerce .my_account_container table.shop_table .order-date {
    padding-left: 25px;
    padding-right: 25px; }
  .woocommerce .my_account_container table.shop_table .order-total {
    padding-left: 25px;
    padding-right: 25px;
    width: 239px; }
  .woocommerce .my_account_container table.shop_table td.order-number,
  .woocommerce-page .my_account_container table.shop_table td.order-number {
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 0; }
  .woocommerce .my_account_container table.shop_table td .amount,
  .woocommerce-page .my_account_container table.shop_table td .amount {
    display: inline-block; }
  /**********************************************************************************/
  /* Portfolio **********************************************************************/
  /**********************************************************************************/
  .portfolio-grid-sizer {
    width: 33.3333333333%; }
  .portfolio-box,
  .portfolio_related_item {
    width: 33.3333333333%;
    padding-bottom: 33.3333333333%; }
  .portfolio-box.width2 {
    width: 66.6666666666%;
    padding-bottom: 33.3333333333%; }
  .portfolio-box.width2.height2 {
    width: 66.6666666666%;
    padding-bottom: 66.6666666666%; }
  /* portfolio related items */
  .portfolio_related_item.item_3.empty {
    display: block; }
  .portfolio_related_item.item_2.empty .hover-effect-link {
    border-right: 1px solid #ddd; }
  .main-navigation ul li a {
    padding: 10px 10px 10px 0; }
  .main-navigation &gt; ul &gt; li.menu-item-has-children &gt; a:after {
    right: 0px; } }

/*min-width 641px and max-width 1023px, medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 63.9375em) {
  /**********************************************************************************/
  /* Visual Composer Shortcodes  ****************************************************/
  /**********************************************************************************/
  #page_wrapper {
    padding-top: 63px; }
  .full-width-page .columns {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .top-headers-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 63px;
    overflow: hidden;
    z-index: 999; }
  /*#page_wrapper
	{
		padding-top: 63px;
	}*/
  #masthead {
    /*padding-top: 8px;
		padding-bottom: 9px;*/ }
  .site-tools.offset {
    margin-top: -15px; }
  .site-tools.offset ul li {
    height: 63px; }
  .site-tools.offset ul li .tools_button {
    margin-top: 14px; }
  /*	.page-template-page-full-width .content-area,
	.page-template-page-boxed .content-area
	{
		padding: 63px 0 0 0;
	}*/
  .transparent_header.sticky_header .page-title-shown .entry-header.with_featured_img {
    margin-top: -85px; }
  .page-template-default .transparent_header .entry-header.with_featured_img {
    margin-top: -85px; }
  .sticky_header .page-title-shown .entry-header.with_featured_img {
    margin-top: -85px; } }

/* max-width 1023px, small screens/medium screens */
@media only screen and (max-width: 64em) {
  body.tag.archive .large-12.columns.with-sidebar {
    padding-right: 0; }
  .transparent_header .entry-header-page.with-featured-img {
    margin-top: -85px; }
  /**********************************************************************************/
  /* Visual Composer Shortcodes  ****************************************************/
  /**********************************************************************************/
  .site-branding .site-title a {
    font-size: 14px; }
  .site-tools ul li {
    margin-left: 6px; }
  .vc_video-bg.vc_hidden-xs {
    display: block !important;
    pointer-events: all; }
  body.blog .large-12.columns.with-sidebar {
    padding-right: 0; }
  body.archive.category .large-12.columns.with-sidebar {
    padding-right: 0; }
  .blog-sidebar {
    position: relative;
    width: 100%; }
  .full-width-page .row {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .full-width-page .columns .row {
    margin-left: 0;
    margin-right: 0; }
  .full-width-page .columns .columns {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .full-width-page .columns .wpb_content_element {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .products li:not(.catalog_mode):hover .product_after_shop_loop_switcher {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none; }
  .products li.product_added_to_cart .product_after_shop_loop_switcher {
    transform: none;
    -ms-transform: none;
    -webkit-transform: none; }
  .product_after_shop_loop {
    height: 66px; }
  .product_after_shop_loop_switcher .product_after_shop_loop_buttons {
    margin-top: -10px; }
  .getbowtied_product_quick_view_button {
    display: none !important; }
  .woocommerce .col2-set,
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  table.customer_details,
  .woocommerce-order-received .xlarge-6.xlarge-centered &gt; header.title,
  .woocommerce-order-received .xlarge-6.xlarge-centered &gt; address,
  .woocommerce-view-order .xxlarge-6 &gt; address,
  .woocommerce-view-order .xxlarge-6 &gt; header.title {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important; }
  /**********************************************************************************/
  /* Wishlist ***********************************************************************/
  /**********************************************************************************/
  #yith-wcwl-form .wishlist-empty {
    font-size: 1.875rem;
    line-height: 1.2;
    text-align: center;
    padding: 0 30px; }
  /**********************************************************************************/
  /* Mobile header ******************************************************************/
  /**********************************************************************************/
  .site-header-wrapper {
    margin: 0; }
  .top-headers-wrapper #masthead .large-12 {
    padding: 0; }
  /**********************************************************************************/
  /* Lost password ******************************************************************/
  /**********************************************************************************/
  .lost-reset-pass-text {
    margin: 0 0 32px 0; }
  /**********************************************************************************/
  /* Cart ***************************************************************************/
  /**********************************************************************************/
  .woocommerce-cart .entry-content .woocommerce &gt; form,
  .woocommerce-cart .entry-content .woocommerce .cart-collaterals {
    width: 100%;
    margin-bottom: 50px; } }

/* min-width 1023px, large screens */
@media only screen and (min-width: 63.9375em) {
  /**********************************************************************************/
  /* Global *************************************************************************/
  /**********************************************************************************/
  .page-title {
    font-size: 6.25rem;
    margin-bottom: 28px;
    line-height: 1; }
  .mobile-navigation a:hover {
    color: #585858; }
  .mobile-navigation .menu-item-has-children ul li a:hover {
    color: #a3a3a3; }
  /**********************************************************************************/
  /* Forms  *************************************************************************/
  /**********************************************************************************/
  select.orderby
select.topbar-language-switcher,
  select.wcml_currency_switcher {
    opacity: 0; }
  .woocommerce form .form-row-first,
  .woocommerce-page form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    width: 48.8%; }
  /**********************************************************************************/
  /* Blog ***************************************************************************/
  /**********************************************************************************/
  /* blog isotope listing */
  .blog-isotope .blog-post,
  .blog-isotope .grid-sizer {
    width: 33.3333333333%; }
  /* Standard post format */
  .entry-thumbnail {
    padding: 0 25px; }
  .blog-single .larger {
    width: 915px;
    margin-left: -124px;
    margin-bottom: 1.23em;
    max-width: 915px; }
  .parallax-container {
    background-attachment: fixed; }
  /* error 404 */
  /* no results */
  .error-404 input[type="text"],
  .error-404 input[type="search"],
  .no-results input[type="text"],
  .no-results input[type="search"] {
    width: 470px;
    margin-right: 10px; }
  /* Comments */
  .comment-list ul.children {
    margin: 0 0 0em 120px; }
  .previous-image,
  .next-image {
    margin-top: -56px; }
  /**********************************************************************************/
  /* My account login/register  *****************************************************/
  /**********************************************************************************/
  /**********************************************************************************/
  /* My account logged-in ***********************************************************/
  /**********************************************************************************/
  .woocommerce-account h2 {
    margin-top: 78px;
    margin-bottom: 17px; }
  .my_address_title {
    margin-top: 78px; }
  /* View Order */
  .order-info {
    margin: 16px -1000px 8px;
    padding-left: 1000px;
    padding-right: 1000px; }
  /* Checkout - Thank you */
  .woocommerce-thankyou-order-received {
    font-size: 1.5rem; }
  /**********************************************************************************/
  /* Cart ***************************************************************************/
  /**********************************************************************************/
  .cart_form {
    margin-bottom: 100px; }
  .cart_left_wrapper {
    padding-right: 30px;
    margin-bottom: 0px;
    margin-top: 60px; }
  .cart_right_wrapper {
    margin-left: 30px;
    margin-top: 60px; }
  .shipping-calculator-wrapper,
  .update_and_checkout {
    width: auto;
    float: none; }
  /* Empty Cart / Wishlist */
  .cart-wishlist-empty {
    font-size: 3.75rem;
    line-height: 1.2em; }
  .cart-empty {
    margin: 13px 0 18px; }
  /**********************************************************************************/
  /* Checkout ***********************************************************************/
  /**********************************************************************************/
  .checkout_left_wrapper {
    margin-right: 30px;
    margin-top: 90px; }
  .checkout_right_wrapper {
    margin-left: 30px;
    margin-top: 90px; }
  .woocommerce .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
  .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
  .woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child,
  .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child {
    width: 154px; }
  #shipping_method li .amount {
    display: inline-block; }
  .woocommerce .order_review_wrapper .my_account_container table.shop_table.order_details_footer tr td:first-child,
  .woocommerce-page .order_review_wrapper .my_account_container table.shop_table.order_details_footer tr td:first-child {
    max-width: 40%; }
  .woocommerce .order_review_wrapper .my_account_container table.shop_table.order_details_footer tr td:last-child,
  .woocommerce-page .order_review_wrapper .my_account_container table.shop_table.order_details_footer tr td:last-child {
    width: auto;
    padding-left: 40px; }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    width: 100%; }
  .woocommerce #payment ul.payment_methods li img,
  .woocommerce-page #payment ul.payment_methods li img {
    margin: -2px 0px 0 6px; }
  .woocommerce #payment .payment_method_paypal .about_paypal,
  .woocommerce-page #payment .payment_method_paypal .about_paypal {
    display: block; }
  /**********************************************************************************/
  /* Wishlist ***********************************************************************/
  /**********************************************************************************/
  .woocommerce-page table.cart.wishlist_table .product-name,
  .woocommerce-page #content table.cart.wishlist_table .product-name {
    padding-right: 70px; }
  .woocommerce-page table.cart.wishlist_table .product-stock-status,
  .woocommerce-page #content table.cart.wishlist_table .product-stock-status {
    display: table-cell;
    padding-left: 0;
    padding-right: 30px; }
  /**********************************************************************************/
  /* Shop Catalog *******************************************************************/
  /**********************************************************************************/
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    display: inline-block; }
  .woocommerce ul.products-grid,
  .woocommerce-page ul.products-grid {
    margin: 0px -10px 57px; }
  .shop_header_bkg.parallax {
    background-size: cover !important;
    background-position: center top;
    opacity: 0;
    transition: opacity 0s;
    -webkit-transition: opacity 0s; }
  .shop_header_bkg.parallax.loaded {
    opacity: 1; }
  .woocommerce-pagination {
    margin: 0px 0 84px; }
  /**********************************************************************************/
  /* Categories Grid ****************************************************************/
  /**********************************************************************************/
  .categories_grid .category_name,
  .category_list .category_name {
    font-size: 19px; }
  /**********************************************************************************/
  /* Product Single *****************************************************************/
  /**********************************************************************************/
  /**********************************************************************************/
  /* Offcanvas Left *****************************************************************/
  /**********************************************************************************/
  .shop-has-sidebar #button_offcanvas_sidebar_left {
    display: none; }
  /**********************************************************************************/
  /* Footer  ************************************************************************/
  /**********************************************************************************/
  .site-footer-widget-area .columns:nth-child(2n+1) {
    clear: none; }
  .site-footer-widget-area .footer-5-columns {
    width: 20%; }
  .site-footer-widget-area .columns:nth-child(4n+1) {
    clear: left; }
  .woocommerce-checkout .showcoupon,
  .woocommerce-checkout .showlogin {
    display: inline-block;
    margin-top: 0px; }
  /**********************************************************************************/
  /* Visual Composer Shortcodes  ****************************************************/
  /**********************************************************************************/
  /*General*/
  .full-width-page .wpb_wrapper .gallery,
  .full-width-page .wpb_alert.wpb_content_element,
  .full-width-page .wpb_wrapper .wpb_gmaps_widget,
  .full-width-page .wpb_wrapper #map_container,
  .full-width-page .wpb_wrapper .wpb_revslider_element,
  .full-width-page .wpb_wrapper .portfolio-isotope-container {
    margin-left: -15px !important;
    margin-right: -15px !important; }
  /* Visual Composer Rows */
  .full-width-page .column_container {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .vc_row-fluid.parallax {
    background-size: 0 !important;
    background-position: center center;
    background-repeat: no-repeat; }
  .vc_row-fluid.parallax.loaded {
    background-size: cover !important; }
  .full-width-page .boxed-row {
    padding-left: 50px;
    padding-right: 50px; }
  /* Blog Posts */
  .boxed-row .wpb_wrapper .from-the-blog-wrapper {
    margin: 0px -15px 0px; }
  /*Tabs &amp; Tour Sections*/
  .wpb_tabs.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
  .wpb_tabs.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 50px 0; }
  /* Banner */
  .shortcode_banner_simple_height_bullet {
    display: table; }
  #site-footer {
    position: relative;
    z-index: 99; } }

/* min-width 1025px, large screens  */
@media only screen and (min-width: 63.9375em) {
  /**********************************************************************************/
  /* Top bar ************************************************************************/
  /**********************************************************************************/
  #site-top-bar {
    display: block; }
  #wpadminbar {
    display: block;
    -webkit-transform: translateZ(0); }
  .logged-in.admin-bar .mobile-search {
    padding-top: 32px; }
  /**********************************************************************************/
  /* Gallery ************************************************************************/
  /**********************************************************************************/
  .gallery-icon a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.35s;
    -webkit-transition: opacity 0.35s; }
  .gallery-item:hover a:before {
    opacity: 0.6; }
  .gallery-icon img {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    max-width: none;
    min-height: 100.6%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }
  .gallery-item:hover img {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    opacity: .3; }
  /**********************************************************************************/
  /* Wishlist ***********************************************************************/
  /**********************************************************************************/
  .woocommerce-wishlist .entry-content #yith-wcwl-form {
    max-width: 75%; }
  .woocommerce-wishlist .entry-content #yith-wcwl-form ins {
    background-color: transparent; } }

/* min-width 1265px, xlarge screens  */
@media only screen and (min-width: 80em) {
  /**********************************************************************************/
  /* Wishlist ***********************************************************************/
  /**********************************************************************************/
  .woocommerce-wishlist .entry-content #yith-wcwl-form {
    max-width: 66%; }
  /**********************************************************************************/
  /* Checkout ***********************************************************************/
  /**********************************************************************************/
  .woocommerce .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
  .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
  .woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child,
  .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child {
    width: 170px; }
  /**********************************************************************************/
  /* Wishlist ***********************************************************************/
  /**********************************************************************************/
  .woocommerce-page table.cart.wishlist_table .product-name,
  .woocommerce-page #content table.cart.wishlist_table .product-name {
    width: 37%; }
  /**********************************************************************************/
  /* Portfolio **********************************************************************/
  /**********************************************************************************/
  .portfolio-grid-sizer {
    width: 25%; }
  .portfolio-box,
  .portfolio_related_item {
    width: 25%;
    padding-bottom: 25%; }
  .portfolio-box.width2 {
    width: 50%;
    padding-bottom: 25%; }
  .portfolio-box.width2.height2 {
    width: 50%;
    padding-bottom: 50%; }
  /*portfolio default - 3 items per row*/
  .default_grid.items_per_row_3 .portfolio-grid-sizer {
    width: 33.3333333333%; }
  .default_grid.items_per_row_3 .portfolio-box {
    padding-bottom: 33.33333333333%;
    width: 33.3333333333%; }
  /* portfolio related items */
  .portfolio_related_item.item_4.empty {
    display: block; }
  .portfolio_related_item.item_3.empty .hover-effect-link {
    border-right: 1px solid #ddd; }
  /**********************************************************************************/
  /* Checkout ***********************************************************************/
  /**********************************************************************************/
  .woocommerce #payment ul.payment_methods li img,
  .woocommerce-page #payment ul.payment_methods li img {
    margin: -2px 10px 0 6px; }
  .woocommerce #payment .payment_method_paypal .about_paypal,
  .woocommerce-page #payment .payment_method_paypal .about_paypal {
    display: inline-block; }
  /**********************************************************************************/
  /* My account logged-in ***********************************************************/
  /**********************************************************************************/
  .myaccount_user {
    margin: 0 -100px; }
  .main-navigation ul li a {
    padding: 10px 15px; }
  .main-navigation &gt; ul &gt; li.menu-item-has-children &gt; a:after {
    right: -3px; }
  /**********************************************************************************/
  /* Cart ***************************************************************************/
  /**********************************************************************************/ }

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 100em) {
  /**********************************************************************************/
  /* Wishlist ***********************************************************************/
  /**********************************************************************************/
  .woocommerce-wishlist .entry-content #yith-wcwl-form {
    max-width: 58%; }
  /**********************************************************************************/
  /* Checkout ***********************************************************************/
  /**********************************************************************************/
  .woocommerce .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
  .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr th:last-child,
  .woocommerce .shop_table.woocommerce-checkout-review-order-table tr td:last-child,
  .woocommerce-page .shop_table.woocommerce-checkout-review-order-table tr td:last-child {
    width: 190px; }
  /**********************************************************************************/
  /* Product Single *****************************************************************/
  /**********************************************************************************/ }

/* min-width 1601px, xlarge screens */
@media only screen and (min-width: 100.063em) {
  /**********************************************************************************/
  /* My Account Logged-in ***********************************************************/
  /**********************************************************************************/
  /* View Order */
  .woocommerce .shop_table.order_details tfoot th,
  .woocommerce-page .shop_table.order_details tfoot th {
    padding-left: 44%; }
  /**********************************************************************************/
  /* Wishlist ***********************************************************************/
  /**********************************************************************************/
  /**********************************************************************************/
  /* Portfolio **********************************************************************/
  /**********************************************************************************/
  .portfolio-grid-sizer {
    width: 20%; }
  .portfolio-box,
  .portfolio_related_item {
    width: 20%;
    padding-bottom: 20%; }
  .portfolio-box.width2 {
    width: 40%;
    padding-bottom: 20%; }
  .portfolio-box.width2.height2 {
    width: 40%;
    padding-bottom: 40%; }
  /*portfolio default - 3 items per row*/
  .default_grid.items_per_row_4 .portfolio-grid-sizer {
    width: 25%; }
  .default_grid.items_per_row_4 .portfolio-box {
    padding-bottom: 25%;
    width: 25%; }
  /* portfolio related items */
  .portfolio_related_item.item_5.empty {
    display: block; }
  .portfolio_related_item.item_4.empty .hover-effect-link {
    border-right: 1px solid #ddd; } }

@media only screen and (max-width: 767px) {
  form.checkout_coupon .checkout_coupon_inner:before {
    left: 10px; }
  .woocommerce-cart #content table.cart td.actions .coupon:before {
    left: 10px; }
  form.checkout_coupon .checkout_coupon_inner.focus:after {
    right: 10px; }
  form.checkout_coupon #coupon_code {
    padding: 0 45px 0 65px; }
  .shopkeeper_checkout_coupon a.showcoupon,
  .shopkeeper_checkout_login a.showlogin {
    display: block; }
  .checkout_coupon_inner {
    margin: 0; }
  .woocommerce-cart #content table.cart td.actions .coupon #coupon_code {
    padding-right: 45px !important; }
  form.checkout_coupon input[type="submit"] {
    min-width: 70px !important; } }

@media only screen and (max-width: 768px) {
  .woocommerce #content table.cart td.actions .coupon:after,
  .woocommerce table.cart td.actions .coupon:after,
  .woocommerce-page #content table.cart td.actions .coupon:after,
  .woocommerce-page table.cart td.actions .coupon:after {
    opacity: 0;
    content: "\e902";
    font-family: 'Shopkeeper-Icon-Font';
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 22px; }
  .woocommerce #content table.cart td.actions .coupon.focus:after,
  .woocommerce table.cart td.actions .coupon.focus:after,
  .woocommerce-page #content table.cart td.actions .coupon.focus:after,
  .woocommerce-page table.cart td.actions .coupon.focus:after {
    opacity: 1; }
  .woocommerce .cart-collaterals .cart_totals ul#shipping_method {
    margin-top: -5px; } }

@media only screen and (max-width: 480px) {
  form.checkout_coupon .checkout_coupon_inner:before {
    left: 10px; } }

@media only screen and (max-width: 1024px) {
  .woocommerce-cart .shopkeeper-continue-shopping {
    width: 100%;
    margin-bottom: 30px; } }

@media (max-width: 768px) {
  .woocommerce-cart.woocommerce-page .cart-collaterals .cart-subtotal td &gt; span,
  .woocommerce-cart.woocommerce-page .cart-collaterals .shipping td,
  .woocommerce-cart.woocommerce-page .cart-collaterals tr .order-total strong {
    text-align: right !important; } }

@font-face {
  font-family: 'Radnika';
  font-style: normal;
  font-weight: 500;
  src: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/inc/fonts/theme/Radnika-Regular.eot");
  /* IE9 Compat Modes */
  src: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/inc/fonts/theme/Radnika-Regular.eot#iefix") format("embedded-opentype"), url("../inc/fonts/theme/Radnika-Regular.woff") format("woff2"), url("../inc/fonts/theme/Radnika-Regular.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: 'Radnika';
  font-style: normal;
  font-weight: 700;
  src: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/inc/fonts/theme/Radnika-Bold.eot");
  /* IE9 Compat Modes */
  src: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/inc/fonts/theme/Radnika-Bold.eot#iefix") format("embedded-opentype"), url("../inc/fonts/theme/Radnika-Bold.woff") format("woff2"), url("../inc/fonts/theme/Radnika-Bold.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: 'NeueEinstellung';
  font-style: normal;
  font-weight: 500;
  src: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/inc/fonts/theme/NeueEinstellung-Regular.eot");
  /* IE9 Compat Modes */
  src: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/inc/fonts/theme/NeueEinstellung-Regular.eot#iefix") format("embedded-opentype"), url("../inc/fonts/theme/NeueEinstellung-Regular.woff") format("woff2"), url("../inc/fonts/theme/NeueEinstellung-Regular.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: 'NeueEinstellung';
  font-style: normal;
  font-weight: 700;
  src: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/inc/fonts/theme/NeueEinstellung-Bold.eot");
  /* IE9 Compat Modes */
  src: url("https://gangbiker.com/wp-content/themes/shopkeeper%201.9/inc/fonts/theme/NeueEinstellung-Bold.eot#iefix") format("embedded-opentype"), url("../inc/fonts/theme/NeueEinstellung-Bold.woff") format("woff2"), url("../inc/fonts/theme/NeueEinstellung-Bold.woff") format("woff");
  /* Pretty Modern Browsers */ }

.cd-quick-view {
  /* quick view non available on small devices */
  display: none; }
  .cd-quick-view ::-webkit-scrollbar {
    width: 12px; }
  .cd-quick-view ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1); }
  .cd-quick-view ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.1); }
  .cd-quick-view .post-password-form p {
    opacity: 0;
    visibility: hidden; }
  @media only screen and (min-width: 1024px) {
    .cd-quick-view {
      display: block;
      position: fixed;
      max-width: 960px;
      visibility: hidden;
      /* Force Hardware Acceleration in WebKit */
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      will-change: left, top, width;
      z-index: 8000;
      /* class added when user clicks on .cd-trigger */
      /* class added at the end of the first zoom-in animation */ }
      .cd-quick-view:after {
        content: "";
        display: table;
        clear: both; }
      .cd-quick-view.animate-width {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        transition: box-shadow 0.3s; }
      .cd-quick-view.is-visible {
        visibility: visible; } }
  .cd-quick-view .cd-close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 0;
    z-index: 99; }
    .cd-quick-view .cd-close:after {
      content: "\e918";
      font-family: 'Shopkeeper-Icon-Font';
      font-size: 18px;
      font-weight: normal;
      opacity: 0; }
  .cd-quick-view .cd-slider-wrapper {
    position: relative;
    display: block;
    float: left;
    width: 480px;
    height: 586px;
    max-width: 100%; }
    .cd-quick-view .cd-slider-wrapper .cover-image {
      width: 100%; }
      .cd-quick-view .cd-slider-wrapper .cover-image img {
        width: 100%; }
    .cd-quick-view .cd-slider-wrapper .swiper-container {
      position: absolute;
      left: 0;
      top: 0;
      width: 480px;
      max-width: 100%;
      opacity: 0; }
      .cd-quick-view .cd-slider-wrapper .swiper-container .swiper-button-prev,
      .cd-quick-view .cd-slider-wrapper .swiper-container .swiper-button-next {
        width: auto;
        height: auto; }
      .cd-quick-view .cd-slider-wrapper .swiper-container .swiper-button-prev {
        left: -35px;
        background: none;
        font-family: 'Shopkeeper-Icon-Font';
        transition: all ease .5s;
        opacity: 1; }
        .cd-quick-view .cd-slider-wrapper .swiper-container .swiper-button-prev:before {
          content: "\e91c";
          font-size: 35px;
          color: #000; }
      .cd-quick-view .cd-slider-wrapper .swiper-container .swiper-button-next {
        right: -35px;
        background: none;
        font-family: 'Shopkeeper-Icon-Font';
        transition: all ease .5s;
        opacity: 1; }
        .cd-quick-view .cd-slider-wrapper .swiper-container .swiper-button-next:before {
          content: "\e91d";
          font-size: 35px;
          color: #000; }
      .cd-quick-view .cd-slider-wrapper .swiper-container .swiper-button-disabled {
        opacity: .5; }
  .cd-quick-view .cd-item-info {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 480px;
    margin: 0;
    box-sizing: border-box;
    float: left; }
    .cd-quick-view .cd-item-info .product_infos {
      height: 546px;
      overflow: auto;
      padding: 75px 75px 50px; }
      .cd-quick-view .cd-item-info .product_infos:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: #fff;
        visibility: visible;
        opacity: 1;
        z-index: 8001;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        right: 0;
        display: block;
        transition: all .5s; }
      .cd-quick-view .cd-item-info .product_infos:hover:after {
        opacity: 0;
        visibility: hidden; }
      .cd-quick-view .cd-item-info .product_infos h1 {
        font-size: 36px !important;
        text-align: left;
        margin-bottom: 20px; }
      .cd-quick-view .cd-item-info .product_infos .woocommerce-product-rating {
        margin-bottom: 22px; }
        .cd-quick-view .cd-item-info .product_infos .woocommerce-product-rating .woocommerce-review-link {
          display: none; }
        .cd-quick-view .cd-item-info .product_infos .woocommerce-product-rating .star-rating {
          font-size: 12px;
          width: 55px; }
      .cd-quick-view .cd-item-info .product_infos .quickview-badges .out_of_stock_badge_single {
        left: -455px;
        position: absolute;
        top: 25px;
        z-index: 99;
        font-size: 11px; }
        .cd-quick-view .cd-item-info .product_infos .quickview-badges .out_of_stock_badge_single + .onsale {
          top: 50px !important; }
      .cd-quick-view .cd-item-info .product_infos .quickview-badges .onsale {
        left: -455px;
        position: absolute;
        top: 25px;
        z-index: 99;
        font-size: 11px;
        color: #FFF; }
      .cd-quick-view .cd-item-info .product_infos .product_price .price {
        font-size: 30px !important;
        margin-bottom: 15px;
        font-weight: bold; }
      .cd-quick-view .cd-item-info .product_infos .out-of-stock {
        display: none; }
      .cd-quick-view .cd-item-info .product_infos .qty {
        display: none; }
      .cd-quick-view .cd-item-info .product_infos .cart .single_add_to_cart_button {
        width: 100%;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        box-shadow: 0px -89px 90px -55px white;
        outline: none; }
      .cd-quick-view .cd-item-info .product_infos .cart .group_table td.label {
        padding-right: 8px !important;
        padding-left: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important; }
      .cd-quick-view .cd-item-info .product_infos .cart .group_table tr {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid  #e6e6e6; }
        .cd-quick-view .cd-item-info .product_infos .cart .group_table tr:last-child {
          border-bottom: 1px solid #e6e6e6; }
        .cd-quick-view .cd-item-info .product_infos .cart .group_table tr td:first-child {
          width: 50px; }
      .cd-quick-view .cd-item-info .product_infos .cart .group_table td.price {
        text-align: right; }
      .cd-quick-view .cd-item-info .product_infos .cart .group_table label a {
        font-size: 13px; }
      .cd-quick-view .cd-item-info .product_infos .cart .group_table tr td {
        font-size: 12px;
        font-weight: bold;
        padding: 20px 0 !important;
        color: #000; }
      .cd-quick-view .cd-item-info .product_infos .cart .quantity input.qty, .cd-quick-view .cd-item-info .product_infos .cart .woocommerce .quantity .qty {
        font-size: 13px;
        width: 40px !important;
        height: 30px !important;
        line-height: 30px !important; }
      .cd-quick-view .cd-item-info .product_infos .cart .quantity {
        float: left;
        font-weight: 700;
        margin: 0 20px 20px 0 !important;
        width: auto !important;
        position: relative;
        z-index: 8000; }
        .cd-quick-view .cd-item-info .product_infos .cart .quantity .qty {
          font-size: 1rem;
          width: 50px !important;
          font-weight: bold !important;
          border-bottom-width: 2px;
          border-top-width: 0;
          border-left-width: 0;
          border-right-width: 0;
          border-bottom-style: solid;
          display: block;
          font-size: 24px;
          font-weight: 400;
          text-transform: uppercase;
          width: 60px !important;
          height: 50px !important;
          line-height: 50px !important;
          float: left;
          padding: 0px 0px 0px 13px;
          text-align: center;
          vertical-align: middle;
          border: none;
          outline: none;
          border-bottom-width: 2px;
          border-bottom-style: solid;
          background: none;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -moz-appearance: textfield;
          transition: none;
          -webkit-transition: none; }
    .cd-quick-view .cd-item-info .cd-item-action li {
      display: inline-block;
      margin-right: 1em; }
      .cd-quick-view .cd-item-info .cd-item-action li:first-child {
        margin-left: -4px; }
  .cd-quick-view.add-content .post-password-form p {
    opacity: 1;
    visibility: visible; }
  .cd-quick-view.add-content .cd-slider-wrapper .cover-image {
    opacity: 0; }
  .cd-quick-view.add-content .cd-slider-wrapper .swiper-container {
    opacity: 1; }
    .cd-quick-view.add-content .cd-slider-wrapper .swiper-container:hover .swiper-button-prev {
      left: 25px; }
    .cd-quick-view.add-content .cd-slider-wrapper .swiper-container:hover .swiper-button-next {
      right: 25px; }
    .cd-quick-view.add-content .cd-slider-wrapper .swiper-container .swiper-slide {
      text-align: center; }
    .cd-quick-view.add-content .cd-slider-wrapper .swiper-container .swiper-pagination {
      animation: cd-fade-in 1s; }
      .cd-quick-view.add-content .cd-slider-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        background: #000; }
      .cd-quick-view.add-content .cd-slider-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px; }
  .cd-quick-view.add-content .group_table,
  .cd-quick-view.add-content .variations,
  .cd-quick-view.add-content .post-password-form {
    animation: cd-fade-in 1.5s; }
  .cd-quick-view.add-content .single_add_to_cart_button {
    animation: cd-slide-in 0.7s; }
  .cd-quick-view.add-content .cd-close:after {
    animation-fill-mode: both;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-name: flipInYs; }
  .cd-quick-view.add-content .cd-item-info {
    position: relative;
    visibility: visible;
    opacity: 1; }
    .cd-quick-view.add-content .cd-item-info h1,
    .cd-quick-view.add-content .cd-item-info .star-rating &gt; span,
    .cd-quick-view.add-content .cd-item-info .star-rating:before {
      animation: cd-slide-in 0.3s; }
    .cd-quick-view.add-content .cd-item-info p:not(.cart) {
      animation: cd-slide-in 0.5s; }
    .cd-quick-view.add-content .cd-item-info .product_infos .quickview-badges span.onsale,
    .cd-quick-view.add-content .cd-item-info .product_infos .quickview-badges .out_of_stock_badge_single {
      animation-fill-mode: both;
      animation-delay: .8s;
      animation-duration: 1s;
      animation-name: flipInYs; }
  .cd-quick-view.add-content .cd-item-action {
    animation: cd-slide-in 0.5s; }

#products-grid li.empty-box {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s; }

body::after {
  /* dark overlay layer - visible when we fire .cd-quick-view */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
  content: "";
  z-index: 999; }

@media only screen and (min-width: 1024px) {
  body.overlay-layer::after {
    visibility: visible;
    opacity: 1; } }

@keyframes cd-slide-in {
  0% {
    transform: translate3d(-40px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes cd-slide-out {
  0% {
    transform: translate3d(0, 20px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes cd-pop-out {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0; }
  100% {
    opacity: 1;
    height: auto;
    visibility: visible; } }

@keyframes flipInYs {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: 50px; }

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px; }

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  background: #EC7A5C;
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2);
  border: none;
  position: fixed;
  top: 150px;
  left: 100%;
  width: 100px;
  min-height: 100px;
  max-height: 100px;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 9999;
  overflow: hidden;
  animation: slide-in, slide-out;
  animation-duration: 1.5s, 1.5s;
  animation-delay: .5s, 4.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  -ms-transform: translateX(0);
  transform: translateX(0);
  font-weight: bold;
  color: #FFF;
  font-size: 16px; }
  .woocommerce-message .button,
  .woocommerce-error .button,
  .woocommerce-info .button {
    display: none !important; }

.woocommerce-message:before,
.woocommerce-info:before {
  display: none; }

.woocommerce-message .woocommerce-message-wrapper,
.woocommerce-info .woocommerce-message-wrapper {
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 30px;
  min-height: 100px; }
  .woocommerce-message .woocommerce-message-wrapper .success-icon,
  .woocommerce-info .woocommerce-message-wrapper .success-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    line-height: 24px;
    width: 10%;
    padding-right: 25px; }
  .woocommerce-message .woocommerce-message-wrapper .notice_text,
  .woocommerce-info .woocommerce-message-wrapper .notice_text {
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    opacity: 0;
    animation: opacity_text_in, opacity_text_out;
    animation-delay: 1.25s, 4.65s;
    animation-duration: .5s, .5s;
    animation-fill-mode: forwards; }

.woocommerce-message .product_notification_wrapper,
.woocommerce-info .product_notification_wrapper {
  cursor: pointer; }
  .woocommerce-message .product_notification_wrapper .product_notification_text,
  .woocommerce-info .product_notification_wrapper .product_notification_text {
    padding: 30px;
    margin-left: 100px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    line-height: 20px;
    opacity: 0;
    animation: opacity_text_in, opacity_text_out;
    animation-delay: 1.25s, 4.65s;
    animation-duration: .5s, .5s;
    animation-fill-mode: forwards; }
  .woocommerce-message .product_notification_wrapper .product_notification_background,
  .woocommerce-info .product_notification_wrapper .product_notification_background {
    background-size: cover;
    background-position: center center;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.woocommerce-message a,
.woocommerce-info a {
  color: #FFF;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  font-size: 13px; }
  .woocommerce-message a:after,
  .woocommerce-info a:after {
    width: 100%;
    height: 1px;
    background: #FFF;
    display: block;
    content: '';
    position: absolute;
    bottom: 4px; }

.woocommerce-error {
  background: #d16d72; }
  .woocommerce-error:before {
    content: "\e90b";
    font-family: 'Shopkeeper-Icon-Font' !important;
    color: #FFF !important;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 0 !important;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px; }
  .woocommerce-error a {
    color: #FFF; }
  .woocommerce-error &gt; li {
    text-align: left;
    padding-left: 100px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    padding-left: 100px !important;
    opacity: 0;
    animation: opacity_text_in, opacity_text_out;
    animation-delay: 1.25s, 4.65s;
    animation-duration: .5s, .5s;
    animation-fill-mode: forwards; }
    .woocommerce-error &gt; li &gt; ul {
      margin: 0; }
    .woocommerce-error &gt; li:first-child {
      padding-top: 40px !important; }
    .woocommerce-error &gt; li:last-child {
      padding-bottom: 30px !important; }

.woocommerce-info {
  background: #1e85be; }
  .woocommerce-info:before {
    display: none; }

@keyframes slide-in {
  0% {
    transform: translateX(800px);
    width: 100px;
    max-height: 100px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); }
  50% {
    transform: translateX(-507px);
    width: 100px;
    max-height: 100px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); }
  75% {
    transform: translateX(-507px);
    width: 400px;
    max-height: 100px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); }
  100% {
    transform: translateX(-507px);
    width: 400px;
    max-height: 500px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5); } }

@keyframes opacity_text_in {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity_text_out {
  0% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes slide-out {
  0% {
    transform: translateX(-507px);
    width: 400px;
    max-height: 500px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5); }
  50% {
    transform: translateX(-507px);
    width: 400px;
    max-height: 100px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); }
  75% {
    transform: translateX(-507px);
    width: 100px;
    max-height: 100px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); }
  100% {
    transform: translateX(800px);
    width: 100px;
    max-height: 100px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.2); } }

p.woocommerce-error {
  padding: 30px 30px 30px 100px !important; }

@media only screen and (max-width: 767px) {
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    top: 50px;
    min-height: 75px;
    max-height: 75px;
    box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.2); }
    .woocommerce-message .product_notification_wrapper .product_notification_text,
    .woocommerce-error .product_notification_wrapper .product_notification_text,
    .woocommerce-info .product_notification_wrapper .product_notification_text {
      font-size: 13px;
      line-height: 16px;
      padding: 18px 20px; }
    .woocommerce-message .woocommerce-message-wrapper,
    .woocommerce-error .woocommerce-message-wrapper,
    .woocommerce-info .woocommerce-message-wrapper {
      min-height: 75px;
      padding: 19px; }
      .woocommerce-message .woocommerce-message-wrapper .success-icon,
      .woocommerce-error .woocommerce-message-wrapper .success-icon,
      .woocommerce-info .woocommerce-message-wrapper .success-icon {
        font-size: 34px; }
      .woocommerce-message .woocommerce-message-wrapper span.notice_text,
      .woocommerce-error .woocommerce-message-wrapper span.notice_text,
      .woocommerce-info .woocommerce-message-wrapper span.notice_text {
        font-size: 13px;
        line-height: 16px; }
    .woocommerce-message:before,
    .woocommerce-error:before,
    .woocommerce-info:before {
      font-size: 34px;
      height: 75px;
      line-height: 75px;
      width: 67px; }
    .woocommerce-message li,
    .woocommerce-error li,
    .woocommerce-info li {
      font-size: 13px;
      line-height: 16px;
      padding-left: 67px !important; }
      .woocommerce-message li:first-child,
      .woocommerce-error li:first-child,
      .woocommerce-info li:first-child {
        padding-top: 28px !important; }
      .woocommerce-message li:last-child,
      .woocommerce-error li:last-child,
      .woocommerce-info li:last-child {
        padding-bottom: 15px !important; }
  @keyframes slide-in {
    0% {
      transform: translateX(800px);
      width: 100px;
      max-height: 75px;
      box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.2); }
    50% {
      transform: translateX(-320px);
      width: 100px;
      max-height: 75px;
      box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.2); }
    75% {
      transform: translateX(-320px);
      width: 320px;
      max-height: 75px;
      box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.2); }
    100% {
      transform: translateX(-320px);
      width: 320px;
      max-height: 500px;
      box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.9); } }
  @keyframes slide-out {
    0% {
      transform: translateX(-320px);
      width: 320px;
      max-height: 500px;
      box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.9); }
    50% {
      transform: translateX(-320px);
      width: 320px;
      max-height: 75px;
      box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.2); }
    75% {
      transform: translateX(-320px);
      width: 100px;
      max-height: 75px;
      box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.2); }
    100% {
      transform: translateX(800px);
      width: 100px;
      max-height: 75px;
      box-shadow: 0px 15px 25px -20px rgba(0, 0, 0, 0.2); } } }

.no-products-info {
  text-align: center;
  padding: 5% 0 15%; }
  .no-products-info p.woocommerce-no-products {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; }
    .no-products-info p.woocommerce-no-products:before {
      content: "\e900";
      font-family: 'Shopkeeper-Icon-Font' !important;
      display: inline-block;
      font-size: 36px;
      padding-right: 20px;
      text-align: center;
      vertical-align: middle;
      font-weight: normal;
      margin-top: -8px; }

.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
  animation: none;
  background: inherit;
  position: inherit;
  min-height: inherit;
  max-height: inherit;
  width: auto;
  color: inherit;
  box-shadow: none; }
  .woocommerce-Message.woocommerce-Message--info.woocommerce-info a:after {
    display: none; }

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button {
  display: inline-block !important;
  float: none;
  vertical-align: middle;
  margin-right: 30px; }

@media only screen and (max-width: 768px) {
  .woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button {
    margin-bottom: 15px; }
  .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    text-align: center; } }

.shopkeeper-mini-cart {
  position: fixed;
  top: 100px;
  right: 107px;
  width: 0;
  max-height: 0;
  z-index: 99;
  background: #ec7a5c;
  transition: max-height .3s .1s, width  .3s .1s, box-shadow .7s .5s;
  transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
  box-shadow: 0px 0px 40px -10px transparent;
  transform: translateZ(0);
  overflow: hidden; }
  .shopkeeper-mini-cart ::-webkit-scrollbar {
    width: 12px; }
  .shopkeeper-mini-cart ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1); }
  .shopkeeper-mini-cart ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.1); }
  .shopkeeper-mini-cart .cart_list.product_list_widget {
    opacity: 0;
    transition: opacity .3s;
    transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95); }
  .shopkeeper-mini-cart .minicart-message {
    opacity: 0;
    transition: opacity .1s;
    transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95); }
  .shopkeeper-mini-cart.open {
    width: 400px;
    max-height: 680px;
    box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.5); }
    .shopkeeper-mini-cart.open li {
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    .shopkeeper-mini-cart.open .cart_list.product_list_widget,
    .shopkeeper-mini-cart.open .minicart-message {
      opacity: 1;
      transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
      transition-delay: .4s; }
  .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart {
    margin-bottom: 0; }
    .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
      margin-bottom: 0;
      margin-top: 0; }
      .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 400px;
        margin: 0; }
        .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.empty {
          padding: 120px 0 100px;
          color: #FFF;
          font-size: 13px;
          -ms-transform: translateX(0);
          transform: translateX(0);
          text-align: center;
          text-transform: uppercase;
          font-weight: bold; }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.empty:before {
            content: "\e908";
            font-family: 'Shopkeeper-Icon-Font' !important;
            font-weight: normal;
            background: none;
            font-size: 100px;
            line-height: 60px;
            margin: 0 auto;
            float: none;
            text-align: center;
            padding-bottom: 35px; }
        .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item {
          float: left;
          display: block;
          width: 100%;
          line-height: 30px;
          position: relative;
          left: 100%;
          transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
          overflow: hidden;
          height: auto;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          padding: 20px;
          margin-bottom: 0;
          transition: all .5s; }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:hover .remove {
            opacity: 1;
            visibility: visible; }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .product-item-bg {
            width: 100px;
            height: 100px;
            background-size: cover;
            background-position: center center;
            float: left;
            margin-right: 20px; }
            .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .product-item-bg.smaller-vh {
              width: 60px;
              height: 60px; }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item a:not(.remove) {
            color: #FFF;
            margin-right: 40px;
            font-size: 13px; }
            .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item a:not(.remove) img {
              width: 100px;
              height: auto;
              display: none; }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .remove {
            position: absolute;
            top: 12px;
            right: 10px;
            left: initial;
            color: #FFF !important;
            opacity: .5;
            text-align: center;
            padding: 5px;
            width: 30px;
            height: 30px;
            opacity: 0;
            visibility: hidden;
            transition: all .5s; }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .quantity {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.5); }
            .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .quantity .amount {
              font-size: 13px;
              margin-top: 0; }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .variation {
            display: table;
            font-size: 13px;
            opacity: .5; }
            .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .variation dt {
              display: table-cell;
              width: 50%;
              vertical-align: middle;
              color: #FFF;
              font-weight: bold; }
            .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .variation dd {
              padding: 0;
              margin: 0;
              color: #FFF;
              font-weight: bold; }
              .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item .variation dd p {
                font-size: 13px; }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(1) {
            transition: all 0.5s cubic-bezier(0.67, 0.17, 0.32, 0.95); }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(2) {
            transition: all 0.6s cubic-bezier(0.67, 0.17, 0.32, 0.95); }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(3) {
            transition: all 0.7s cubic-bezier(0.67, 0.17, 0.32, 0.95); }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(4) {
            transition: all 0.8s cubic-bezier(0.67, 0.17, 0.32, 0.95); }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(5) {
            transition: all 0.9s cubic-bezier(0.67, 0.17, 0.32, 0.95); }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(6) {
            transition: all 1s cubic-bezier(0.67, 0.17, 0.32, 0.95); }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(7) {
            transition: all 1.1s cubic-bezier(0.67, 0.17, 0.32, 0.95); }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(8) {
            transition: all 1.2s cubic-bezier(0.67, 0.17, 0.32, 0.95); }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(9) {
            transition: all 1.3s cubic-bezier(0.67, 0.17, 0.32, 0.95); }
          .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list.product_list_widget li.mini_cart_item:nth-child(10) {
            transition: all 1.4s cubic-bezier(0.67, 0.17, 0.32, 0.95); }
      .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.total {
        padding: 30px 25px 20px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px; }
        .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.total strong {
          font-weight: normal; }
        .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.total .amount {
          color: #FFF;
          font-size: 24px;
          font-weight: bold;
          padding-right: 5px; }
      .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.buttons {
        padding: 0 20px; }
        .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.buttons .button {
          margin-bottom: 0; }
        .shopkeeper-mini-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content p.buttons a.button.checkout.wc-forward {
          background: #FFF !important;
          color: #ec7a5c;
          padding: 20px !important; }
  .shopkeeper-mini-cart .minicart-message {
    padding: 20px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    z-index: 2; }
    .shopkeeper-mini-cart .minicart-message:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(0, 0, 0, 0.2);
      z-index: -1; }

.open-mini-cart {
  position: fixed;
  bottom: 100px;
  right: 100px;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  background: #000;
  color: #FFF;
  font-weight: bold;
  z-index: 99; }

@media only screen and (max-width: 1023px) {
  .shopkeeper-mini-cart {
    display: none; } }

.index-layout-2 .list_categories_layout_blog_2 {
  margin-bottom: 50px; }

.index-layout-2 .large-12 {
  padding: 0; }

.index-layout-2 ul.blog-posts {
  width: 100%;
  margin: 0;
  list-style-type: none; }
  .index-layout-2 ul.blog-posts .blog-post {
    position: relative; }
    .index-layout-2 ul.blog-posts .blog-post article {
      margin-bottom: 100px; }
      .index-layout-2 ul.blog-posts .blog-post article:after {
        content: "";
        display: block;
        clear: both; }
      .index-layout-2 ul.blog-posts .blog-post article .post-date {
        position: absolute;
        top: -40px;
        left: -27px;
        font-size: 60px;
        line-height: 60px;
        font-weight: bold;
        opacity: .15;
        cursor: default; }
      .index-layout-2 ul.blog-posts .blog-post article .post-categories {
        list-style-type: none;
        margin: 0;
        position: absolute;
        top: 18px;
        left: 24px;
        z-index: 99;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: bold; }
        .index-layout-2 ul.blog-posts .blog-post article .post-categories li a {
          color: #FFF; }
      .index-layout-2 ul.blog-posts .blog-post article.sticky .post-categories {
        left: 24px;
        top: 93px; }
      .index-layout-2 ul.blog-posts .blog-post article.sticky .bg-image-wrapper .bg-image:after {
        position: absolute;
        top: 32px;
        left: 24px;
        color: #FFF;
        font-size: 70px;
        line-height: 43px;
        content: "\e90d";
        font-family: 'Shopkeeper-Icon-Font';
        text-align: right; }
    .index-layout-2 ul.blog-posts .blog-post:first-child .bg-image-wrapper, .index-layout-2 ul.blog-posts .blog-post:nth-child(5n+5) .bg-image-wrapper {
      height: 353px;
      width: 100%; }
    .index-layout-2 ul.blog-posts .blog-post .bg-image-wrapper {
      height: 353px;
      overflow: hidden;
      transition: all .5s; }
      .index-layout-2 ul.blog-posts .blog-post .bg-image-wrapper .bg-image {
        width: 100%;
        height: 100%;
        background-position: center !important;
        background-size: cover !important;
        position: relative;
        transition: all .5s; }
        .index-layout-2 ul.blog-posts .blog-post .bg-image-wrapper .bg-image .entry-link {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 5; }
        .index-layout-2 ul.blog-posts .blog-post .bg-image-wrapper .bg-image:before {
          content: "";
          display: block;
          opacity: 0;
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 1;
          background: rgba(255, 255, 255, 0.5);
          transition: all .5s; }
    .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .entry-title {
      text-align: left;
      font-size: 24px;
      line-height: 34px;
      margin-top: 25px;
      margin-bottom: 15px; }
      .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .entry-title + p {
        margin-bottom: 20px; }
    .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more {
      font-size: 13px;
      font-weight: bold;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      margin-top: -5px;
      transition: all .5s; }
      .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more:hover {
        opacity: .6; }
        .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more:hover:before {
          opacity: .6; }
      .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more:before {
        content: "";
        width: 40px;
        height: 1px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
    .index-layout-2 ul.blog-posts .blog-post .bg-image-wrapper .bg-image:hover:before {
      opacity: .6; }

@media only screen and (min-width: 1024px) {
  .index-layout-2 ul.blog-posts {
    list-style-type: none;
    margin: 0;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto; }
    .index-layout-2 ul.blog-posts .blog-post {
      position: relative; }
      .index-layout-2 ul.blog-posts .blog-post article {
        margin-bottom: 100px; }
        .index-layout-2 ul.blog-posts .blog-post article:after {
          content: "";
          display: block;
          clear: both; }
        .index-layout-2 ul.blog-posts .blog-post article .post-date {
          position: absolute;
          top: -75px;
          left: -27px;
          font-size: 110px;
          line-height: 110px;
          font-weight: bold; }
        .index-layout-2 ul.blog-posts .blog-post article .post-categories {
          list-style-type: none;
          margin: 0;
          position: absolute;
          top: 18px;
          left: 24px;
          z-index: 99;
          text-transform: uppercase;
          font-size: 10px;
          font-weight: bold; }
          .index-layout-2 ul.blog-posts .blog-post article .post-categories li a {
            color: #FFF; }
      .index-layout-2 ul.blog-posts .blog-post:last-child article {
        margin-bottom: 130px; }
      .index-layout-2 ul.blog-posts .blog-post:first-child .bg-image-wrapper, .index-layout-2 ul.blog-posts .blog-post:nth-child(5n+5) .bg-image-wrapper {
        height: 733px;
        width: 100%; }
      .index-layout-2 ul.blog-posts .blog-post:first-child .post_content_wrapper, .index-layout-2 ul.blog-posts .blog-post:nth-child(5n+5) .post_content_wrapper {
        position: absolute;
        z-index: 99;
        bottom: 0;
        right: 0;
        background: #FFF;
        padding: 85px 50px; }
      .index-layout-2 ul.blog-posts .blog-post .bg-image-wrapper {
        height: 353px;
        width: 48%;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        transition: all .3s ease-in-out;
        margin-right: -5px; }
      .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper {
        width: 52%;
        display: inline-block;
        vertical-align: middle;
        padding-left: 50px; }
        .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .entry-title {
          text-align: left;
          font-size: 32px;
          line-height: 44px;
          margin-top: 0;
          margin-bottom: 10px;
          transition: all .5s; }
          .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .entry-title:hover {
            opacity: .6; }
        .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more {
          font-size: 13px;
          font-weight: bold;
          text-transform: uppercase;
          display: inline-block;
          vertical-align: middle;
          margin-top: -5px; }
          .index-layout-2 ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more:before {
            content: "";
            width: 40px;
            height: 1px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px; } }

@media only screen and (max-width: 1024px) {
  .index-layout-2 .with-sidebar .blog-sidebar {
    position: relative;
    width: 100%; } }

.index-layout-2 .with-sidebar {
  width: 100%; }
  .index-layout-2 .with-sidebar ul.blog-posts {
    width: 100%; }
    .index-layout-2 .with-sidebar ul.blog-posts .blog-post article {
      margin-bottom: 80px; }
      .index-layout-2 .with-sidebar ul.blog-posts .blog-post article .post-date {
        font-size: 60px;
        line-height: 60px;
        top: -40px; }
    .index-layout-2 .with-sidebar ul.blog-posts .blog-post:last-child article {
      margin-bottom: 135px; }
    .index-layout-2 .with-sidebar ul.blog-posts .blog-post:first-child .bg-image-wrapper, .index-layout-2 .with-sidebar ul.blog-posts .blog-post:nth-child(5n+5) .bg-image-wrapper {
      height: 300px;
      width: 100%; }
    .index-layout-2 .with-sidebar ul.blog-posts .blog-post.sticky .post-categories {
      left: 24px;
      top: 93px; }
    .index-layout-2 .with-sidebar ul.blog-posts .blog-post.sticky .bg-image-wrapper .bg-image:after {
      position: absolute;
      top: 300px;
      right: 20px;
      color: #FFF;
      font-size: 40px;
      line-height: 40px;
      content: "\e900";
      font-family: 'Shopkeeper-Icon-Font';
      text-align: right; }
    .index-layout-2 .with-sidebar ul.blog-posts .blog-post .bg-image-wrapper {
      height: 300px; }
      .index-layout-2 .with-sidebar ul.blog-posts .blog-post .bg-image-wrapper .bg-image .entry-link {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5; }
    .index-layout-2 .with-sidebar ul.blog-posts .blog-post .post_content_wrapper .post_content .entry-title {
      font-size: 20px;
      line-height: 30px; }
    .index-layout-2 .with-sidebar ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more {
      font-size: 12px; }
  .index-layout-2 .with-sidebar .blog-sidebar {
    position: inherit;
    width: 100%;
    float: none;
    padding-left: 0; }

@media only screen and (min-width: 1024px) {
  .index-layout-2 .with-sidebar {
    width: 100%;
    margin: 0 auto;
    max-width: 1320px; }
    .index-layout-2 .with-sidebar:after {
      content: "";
      display: block;
      clear: both; }
    .index-layout-2 .with-sidebar ul.blog-posts {
      width: 75%;
      float: left; }
      .index-layout-2 .with-sidebar ul.blog-posts .blog-post article {
        margin-bottom: 80px; }
        .index-layout-2 .with-sidebar ul.blog-posts .blog-post article .post-date {
          font-size: 80px;
          line-height: 80px;
          top: -60px; }
      .index-layout-2 .with-sidebar ul.blog-posts .blog-post:first-child .bg-image-wrapper, .index-layout-2 .with-sidebar ul.blog-posts .blog-post:nth-child(5n+5) .bg-image-wrapper {
        height: 550px;
        width: 100%; }
      .index-layout-2 .with-sidebar ul.blog-posts .blog-post:first-child .post_content_wrapper, .index-layout-2 .with-sidebar ul.blog-posts .blog-post:nth-child(5n+5) .post_content_wrapper {
        padding: 42px 49px; }
      .index-layout-2 .with-sidebar ul.blog-posts .blog-post .bg-image-wrapper {
        height: 260px;
        width: 48%; }
      .index-layout-2 .with-sidebar ul.blog-posts .blog-post .post_content_wrapper {
        width: 52%; }
        .index-layout-2 .with-sidebar ul.blog-posts .blog-post .post_content_wrapper .post_content .entry-title {
          font-size: 24px;
          line-height: 34px; }
        .index-layout-2 .with-sidebar ul.blog-posts .blog-post .post_content_wrapper .post_content .read_more {
          font-size: 12px; }
    .index-layout-2 .with-sidebar .blog-sidebar {
      position: inherit;
      width: 25%;
      float: left;
      padding-left: 45px; } }

.index-layout-3 .list_categories_layout_blog_3 {
  margin-bottom: 50px; }

.index-layout-3 .blog-posts_container {
  padding: 0px 50px; }
  .index-layout-3 .blog-posts_container ul.blog-posts {
    width: 100%;
    margin: 0;
    list-style-type: none; }
    .index-layout-3 .blog-posts_container ul.blog-posts .blog-post {
      position: relative; }
      .index-layout-3 .blog-posts_container ul.blog-posts .blog-post:last-child {
        margin-bottom: 130px; }
      .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article {
        margin-bottom: 25px; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article:after {
          content: "";
          display: block;
          clear: both; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article.sticky .post-categories {
          top: 93px; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article.sticky .bg-image-wrapper .post-link:before {
          position: absolute;
          top: 32px;
          left: 24px;
          color: #FFF;
          font-size: 70px;
          line-height: 43px;
          content: "\e90d";
          font-family: 'Shopkeeper-Icon-Font';
          text-align: right;
          z-index: 9; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post-categories {
          list-style-type: none;
          margin: 0;
          position: absolute;
          left: 22px;
          top: 18px;
          z-index: 99;
          text-transform: uppercase;
          font-size: 10px;
          font-weight: bold;
          text-align: left; }
          .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post-categories li a {
            color: #FFF; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article.sticky .bg-image-wrapper .bg-image:after {
          position: absolute;
          top: 300px;
          right: 20px;
          color: #FFF;
          font-size: 40px;
          line-height: 40px;
          content: "\e900";
          font-family: 'Shopkeeper-Icon-Font';
          text-align: right; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .bg-image-wrapper.no-image {
          height: 250px;
          position: relative; }
          .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .bg-image-wrapper.no-image .post-link {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .bg-image-wrapper a.post-link .post-image {
          transition: all .5s; }
          .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .bg-image-wrapper a.post-link .post-image:before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
            background: rgba(255, 255, 255, 0);
            transition: all .5s; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .bg-image-wrapper a.post-link {
          transition: all .5s; }
          .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .bg-image-wrapper a.post-link span.post-image {
            display: inline-block;
            overflow: hidden;
            position: relative; }
            .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .bg-image-wrapper a.post-link span.post-image:hover:before {
              content: "";
              display: block;
              position: absolute;
              width: 100%;
              height: 100%;
              z-index: 1;
              background: rgba(255, 255, 255, 0.6);
              transition: all .5s; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .entry-title {
          text-align: left;
          font-size: 24px;
          line-height: 34px;
          margin-top: 25px;
          margin-bottom: 15px; }
          .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .entry-title + p {
            margin-bottom: 20px; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .read_more {
          font-size: 13px;
          font-weight: bold;
          text-transform: uppercase;
          display: inline-block;
          vertical-align: middle;
          margin-top: -5px;
          transition: all .5s; }
          .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .read_more:hover {
            opacity: .6; }
            .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .read_more:hover:before {
              opacity: .6; }
          .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .read_more:before {
            content: "";
            width: 40px;
            height: 1px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px; }

@media only screen and (max-width: 767px) {
  .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article {
    margin-bottom: 70px; }
  .index-layout-3 .blog-posts_container {
    padding: 0 20px; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .index-layout-3 .blog-posts_container {
    padding: 0 30px; }
    .index-layout-3 .blog-posts_container ul.blog-posts {
      font-size: 0; }
      .index-layout-3 .blog-posts_container ul.blog-posts .blog-post {
        width: 50%;
        display: inline-block;
        padding: 0 20px;
        vertical-align: top; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post-categories {
          left: 44px; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article.sticky .post-categories,
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article.sticky .bg-image-wrapper .post-link:before {
          left: 44px; } }

@media only screen and (min-width: 1025px) {
  .index-layout-3 .list_categories_layout_blog_3 {
    margin-bottom: 40px; }
  .index-layout-3 .blog-posts_container {
    padding: 0;
    position: relative;
    max-width: 1680px;
    margin: 0 auto; }
    .index-layout-3 .blog-posts_container ul.blog-posts {
      list-style-type: none;
      margin: 0;
      width: 100%;
      margin: 0 auto;
      font-size: 0; }
      .index-layout-3 .blog-posts_container ul.blog-posts:after {
        content: "";
        display: block;
        clear: both; }
      .index-layout-3 .blog-posts_container ul.blog-posts .blog-post {
        position: relative;
        width: 25%;
        display: inline-block;
        vertical-align: top;
        padding: 0 1.875rem;
        margin-bottom: 90px; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post:nth-child(-9n+10), .index-layout-3 .blog-posts_container ul.blog-posts .blog-post:nth-child(10n+15) {
          width: 50%; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article:after {
          content: "";
          display: block;
          clear: both; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post-date {
          position: absolute;
          top: -75px;
          left: -27px;
          font-size: 110px;
          line-height: 110px;
          font-weight: bold;
          opacity: .15; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post-categories {
          list-style-type: none;
          margin: 0;
          position: absolute;
          left: 52px;
          top: 18px;
          z-index: 99;
          text-transform: uppercase;
          font-size: 10px;
          font-weight: bold;
          text-align: left; }
          .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post-categories li a {
            color: #FFF; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article.sticky .bg-image-wrapper .bg-image:after {
          position: absolute;
          top: 300px;
          right: 20px;
          color: #FFF;
          font-size: 40px;
          line-height: 40px;
          content: "\e900";
          font-family: 'Shopkeeper-Icon-Font';
          text-align: right; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article.sticky .bg-image-wrapper .post-link:before {
          left: 54px; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .bg-image-wrapper {
          overflow: hidden;
          transition: all .3s ease-in-out;
          margin-bottom: 35px; }
          .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .bg-image-wrapper.no-image {
            height: 250px;
            position: relative; }
            .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .bg-image-wrapper.no-image:hover {
              opacity: .5;
              cursor: pointer; }
            .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .bg-image-wrapper.no-image .post-link {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; }
          .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .bg-image-wrapper .post-link {
            display: block; }
            .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .bg-image-wrapper .post-link .thumbnail_container {
              position: relative;
              overflow: hidden;
              display: inline-block; }
        .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper {
          text-align: left; }
          .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .entry-title {
            text-align: left;
            font-size: 24px;
            line-height: 34px;
            margin-top: 0;
            margin-bottom: 15px;
            transition: all .5s; }
            .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .entry-title:hover {
              opacity: .6; }
            .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .entry-title + p {
              margin-bottom: 35px; }
          .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .read_more {
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            display: inline-block;
            vertical-align: middle;
            margin-top: -5px; }
            .index-layout-3 .blog-posts_container ul.blog-posts .blog-post article .post_content_wrapper .post_content .read_more:before {
              content: "";
              width: 40px;
              height: 1px;
              display: inline-block;
              vertical-align: middle;
              margin-right: 10px; } }

#masonry_grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  min-width: 100%; }
  @media screen and (max-width: 768px) {
    #masonry_grid {
      margin: 0 -30px; } }
  #masonry_grid .s_column {
    float: left; }
  #masonry_grid .size-1of1 {
    width: 100%; }
  #masonry_grid .size-1of2 {
    width: 50%; }
  #masonry_grid .size-1of3 {
    width: 33.333%; }
  #masonry_grid .size-1of4 {
    width: 25%; }
  #masonry_grid .size-1of5 {
    width: 20%; }
  #masonry_grid .size-1of6 {
    width: 16.666%; }
  @media only screen and (max-width: 40em) {
    #masonry_grid.masonry_columns_6[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #masonry_grid.masonry_columns_6[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 64.063em) and (max-width: 90em) {
    #masonry_grid.masonry_columns_6[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 90.063em) and (max-width: 120em) {
    #masonry_grid.masonry_columns_6[data-columns]::before {
      content: '5 .s_column.size-1of5'; } }
  @media only screen and (min-width: 120.063em) {
    #masonry_grid.masonry_columns_6[data-columns]::before {
      content: '6 .s_column.size-1of6'; } }
  @media only screen and (max-width: 40em) {
    #masonry_grid.masonry_columns_5[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #masonry_grid.masonry_columns_5[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 64.063em) and (max-width: 90em) {
    #masonry_grid.masonry_columns_5[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 90.063em) and (max-width: 120em) {
    #masonry_grid.masonry_columns_5[data-columns]::before {
      content: '4 .s_column.size-1of4'; } }
  @media only screen and (min-width: 120.063em) {
    #masonry_grid.masonry_columns_5[data-columns]::before {
      content: '5 .s_column.size-1of5'; } }
  @media only screen and (max-width: 40em) {
    #masonry_grid.masonry_columns_4[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #masonry_grid.masonry_columns_4[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 64.063em) and (max-width: 90em) {
    #masonry_grid.masonry_columns_4[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 90.063em) and (max-width: 120em) {
    #masonry_grid.masonry_columns_4[data-columns]::before {
      content: '4 .s_column.size-1of4'; } }
  @media only screen and (min-width: 120.063em) {
    #masonry_grid.masonry_columns_4[data-columns]::before {
      content: '4 .s_column.size-1of4'; } }
  @media only screen and (max-width: 40em) {
    #masonry_grid.masonry_columns_3[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #masonry_grid.masonry_columns_3[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 64.063em) and (max-width: 90em) {
    #masonry_grid.masonry_columns_3[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 90.063em) and (max-width: 120em) {
    #masonry_grid.masonry_columns_3[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (min-width: 120.063em) {
    #masonry_grid.masonry_columns_3[data-columns]::before {
      content: '3 .s_column.size-1of3'; } }
  @media only screen and (max-width: 40em) {
    #masonry_grid.masonry_columns_2[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #masonry_grid.masonry_columns_2[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 64.063em) and (max-width: 90em) {
    #masonry_grid.masonry_columns_2[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 90.063em) and (max-width: 120em) {
    #masonry_grid.masonry_columns_2[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (min-width: 120.063em) {
    #masonry_grid.masonry_columns_2[data-columns]::before {
      content: '2 .s_column.size-1of2'; } }
  @media only screen and (max-width: 40em) {
    #masonry_grid.masonry_columns_1[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #masonry_grid.masonry_columns_1[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }
  @media only screen and (min-width: 64.063em) and (max-width: 90em) {
    #masonry_grid.masonry_columns_1[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }
  @media only screen and (min-width: 90.063em) and (max-width: 120em) {
    #masonry_grid.masonry_columns_1[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }
  @media only screen and (min-width: 120.063em) {
    #masonry_grid.masonry_columns_1[data-columns]::before {
      content: '1 .s_column.size-1of1'; } }

.product_layout_classic .product-images-wrapper {
  position: relative; }
  .product_layout_classic .product-images-wrapper .product-images-layout.images {
    float: none !important;
    width: auto !important;
    margin: 0 !important; }
    .product_layout_classic .product-images-wrapper .product-images-layout.images img {
      display: block;
      max-width: 100%;
      height: auto;
      box-shadow: none;
      transition: none; }
  .product_layout_classic .product-images-wrapper .product-images-layout .product-images-carousel .swiper-slide.video {
    position: relative; }
    .product_layout_classic .product-images-wrapper .product-images-layout .product-images-carousel .swiper-slide.video:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      display: block;
      width: 40%;
      height: 85%;
      z-index: 1; }
    .product_layout_classic .product-images-wrapper .product-images-layout .product-images-carousel .swiper-slide.video:after {
      position: absolute;
      top: 0;
      left: 60%;
      right: 0;
      bottom: 0;
      content: "";
      display: block;
      width: 40%;
      height: 85%;
      z-index: 1; }
  .product_layout_classic .product-images-wrapper .easyzoom.is-loading:after {
    display: none; }
  .product_layout_classic .product-images-wrapper .product_images .swiper-slide .easyzoom.el_zoom img {
    cursor: url(../images/cursor-zoom.png), auto; }
  .product_layout_classic .product-images-wrapper .product_images .swiper-slide .swiper-lazy-preloader {
    animation: none; }
    .product_layout_classic .product-images-wrapper .product_images .swiper-slide .swiper-lazy-preloader:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 9;
      content: "";
      height: 100%;
      width: 100%;
      background: url("../images/morph-shape-gif-preloader.gif") center no-repeat;
      background-size: auto 15px; }
  .product_layout_classic .product-images-wrapper .product_images .swiper-slide img {
    width: 100%; }

.product_layout_classic .product_summary_thumbnails_wrapper .product_thumbnails {
  width: 100%;
  transition: opacity 300ms ease;
  overflow: hidden;
  max-height: 488px;
  margin: 0;
  padding: 0;
  list-style: none; }
  .product_layout_classic .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell {
    transition: all 0.5s ease;
    padding: 0 0 20px 0;
    opacity: 1; }
    .product_layout_classic .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell.youtube {
      font-size: 55px;
      text-align: center;
      cursor: pointer;
      position: absolute;
      z-index: 99;
      top: 100%;
      left: 0;
      right: 0; }
    .product_layout_classic .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell img {
      width: 100%;
      height: auto;
      cursor: pointer; }
    .product_layout_classic .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell:hover, .product_layout_classic .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell.is-nav-selected {
      opacity: .2; }

.product_layout_classic .mobile_gallery,
.product_layout_classic .mobile_gallery_thumbs {
  display: none; }
  @media (max-width: 639px) {
    .product_layout_classic .mobile_gallery,
    .product_layout_classic .mobile_gallery_thumbs {
      display: block; } }

.product_layout_classic .mobile_gallery img {
  width: 100%; }

.product_layout_classic .mobile_gallery .swiper-slide.video {
  height: 100px;
  font-size: 100px;
  text-align: center; }

.product_layout_classic .mobile_gallery .swiper-lazy-preloader {
  animation: none; }
  .product_layout_classic .mobile_gallery .swiper-lazy-preloader:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    content: "";
    height: 100%;
    width: 100%;
    background: url("../images/morph-shape-gif-preloader.gif") center no-repeat;
    background-size: auto 15px; }

.product_layout_classic .mobile_gallery_thumbs {
  height: 100px;
  box-sizing: border-box; }
  .product_layout_classic .mobile_gallery_thumbs .swiper-wrapper {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 -37.5%; }
    .product_layout_classic .mobile_gallery_thumbs .swiper-wrapper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
      background-size: cover;
      background-position: center center; }
      .product_layout_classic .mobile_gallery_thumbs .swiper-wrapper .swiper-slide.youtube {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; }
        .product_layout_classic .mobile_gallery_thumbs .swiper-wrapper .swiper-slide.youtube &gt; i {
          font-size: 50px; }
    .product_layout_classic .mobile_gallery_thumbs .swiper-wrapper .swiper-slide-active {
      opacity: 1; }

.product_layout_classic .product-images-layout-mobile {
  display: none; }

.product_layout_classic .product_infos {
  z-index: 1;
  transition: bottom .6s; }
  .product_layout_classic .product_infos .product_summary_top {
    padding: 30px 0;
    margin: 0; }
    .product_layout_classic .product_infos .product_summary_top:after {
      content: "";
      display: block;
      clear: both; }
    .product_layout_classic .product_infos .product_summary_top .woocommerce-breadcrumb {
      width: 70%;
      float: left;
      text-transform: uppercase;
      font-size: 0px;
      font-weight: bold;
      line-height: 18px;
      padding: 0; }
      .product_layout_classic .product_infos .product_summary_top .woocommerce-breadcrumb .breadcrump_sep {
        font-size: 10px; }
        .product_layout_classic .product_infos .product_summary_top .woocommerce-breadcrumb .breadcrump_sep:last-child {
          display: none; }
      .product_layout_classic .product_infos .product_summary_top .woocommerce-breadcrumb a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 10px; }
        .product_layout_classic .product_infos .product_summary_top .woocommerce-breadcrumb a:first-child {
          padding-left: 0; }
      .product_layout_classic .product_infos .product_summary_top .woocommerce-breadcrumb .breadcrumb-last-item {
        display: none; }
    .product_layout_classic .product_infos .product_summary_top .woocommerce-product-rating {
      width: auto;
      float: right;
      margin-bottom: 0;
      position: relative;
      text-align: right;
      line-height: 18px;
      transition: all .5s; }
      .product_layout_classic .product_infos .product_summary_top .woocommerce-product-rating .woocommerce-review-link {
        font-size: 0;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        width: 100%;
        height: 10px;
        padding-bottom: 30px; }
      .product_layout_classic .product_infos .product_summary_top .woocommerce-product-rating .star-rating {
        top: -2px; }
    .product_layout_classic .product_infos .product_summary_top .woocommerce_review_link_hover {
      position: absolute;
      top: -40px;
      right: 0;
      margin: 0 auto;
      text-align: center;
      width: auto;
      padding: 5px 10px 7px;
      white-space: nowrap;
      font-size: 12px;
      line-height: 20px;
      background: #000;
      color: #FFF;
      pointer-events: none;
      opacity: 0;
      transition: all .5s;
      visibility: hidden; }
      .product_layout_classic .product_infos .product_summary_top .woocommerce_review_link_hover.hovered {
        transition: all .5s;
        opacity: 1;
        visibility: visible; }
      .product_layout_classic .product_infos .product_summary_top .woocommerce_review_link_hover:before {
        top: 100%;
        right: 65px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(27, 27, 29, 0);
        border-top-color: #1b1b1d;
        border-width: 4px; }
  .product_layout_classic .product_infos .product_summary_middle .product_title {
    text-align: left;
    margin-bottom: 21px; }
  .product_layout_classic .product_infos .price {
    font-size: 22px !important;
    font-weight: bold; }
  .product_layout_classic .product_infos p.stock.out-of-stock {
    display: none; }
  .product_layout_classic .product_infos .woocommerce-variation-availability p.stock.out-of-stock {
    display: block !important; }
  .product_layout_classic .product_infos .group_table tr td {
    font-size: 1rem;
    padding-bottom: 13px !important;
    padding-top: 13px !important;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle !important; }
    .product_layout_classic .product_infos .group_table tr td .quantity {
      margin: 0 20px 0 0 !important; }
      @media screen and (max-width: 1024px) {
        .product_layout_classic .product_infos .group_table tr td .quantity.custom {
          margin-right: 10px !important; }
          .product_layout_classic .product_infos .group_table tr td .quantity.custom .minus-btn,
          .product_layout_classic .product_infos .group_table tr td .quantity.custom .plus-btn {
            min-width: 25px !important;
            width: 25px !important;
            height: 25px;
            padding: 0 !important; }
          .product_layout_classic .product_infos .group_table tr td .quantity.custom input.custom-qty {
            width: 25px; } }
  .product_layout_classic .product_infos .group_table tr:first-child td {
    padding-top: 5px !important; }
  .product_layout_classic .product_infos .group_table tr:last-child td {
    border-bottom: none; }
  .product_layout_classic .product_infos .group_table td.label {
    display: table-cell;
    cursor: default !important;
    color: #333; }
    @media screen and (max-width: 1024px) {
      .product_layout_classic .product_infos .group_table td.label {
        padding-left: 10px !important;
        padding-right: 10px !important; } }
    .product_layout_classic .product_infos .group_table td.label label {
      margin-top: -5px;
      cursor: default !important;
      padding-right: 0; }
      @media screen and (max-width: 1024px) {
        .product_layout_classic .product_infos .group_table td.label label a {
          font-size: 13px !important; } }
  @media screen and (max-width: 1024px) {
    .product_layout_classic .product_infos .group_table td.price {
      font-size: 13px !important;
      text-align: right; } }
  .product_layout_classic .product_infos .group_table label a {
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: 700;
    white-space: normal;
    text-transform: capitalize; }
  .product_layout_classic .product_infos .group_table del .amount {
    margin-right: 5px; }
  .product_layout_classic .product_infos form.cart {
    margin-bottom: 30px; }
    .product_layout_classic .product_infos form.cart table.group_table {
      margin-bottom: 30px; }
    .product_layout_classic .product_infos form.cart .button {
      display: inline-block;
      float: none !important;
      vertical-align: middle; }
    .product_layout_classic .product_infos form.cart .quantity {
      float: left;
      font-weight: 700;
      margin: 0 20px 20px 0 !important;
      width: auto !important; }
      .product_layout_classic .product_infos form.cart .quantity.custom {
        float: inherit !important; }
      .product_layout_classic .product_infos form.cart .quantity .qty {
        font-size: 1rem;
        width: 50px !important;
        font-weight: bold !important;
        border-bottom-width: 2px;
        border-top-width: 0;
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-style: solid;
        display: block;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        width: 60px !important;
        height: 50px !important;
        line-height: 50px !important;
        float: left;
        text-align: center;
        vertical-align: middle;
        border: none;
        outline: none;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        background: none;
        box-sizing: border-box;
        transition: none; }
        @media screen and (min-width: 1025px) {
          .product_layout_classic .product_infos form.cart .quantity .qty {
            padding: 0px 0px 0px 13px; } }
  .product_layout_classic .product_infos #yith-wcwl-popup-message {
    display: none !important; }
  .product_layout_classic .product_infos .yith-wcwl-add-to-wishlist {
    margin: 0 0 17px;
    height: auto;
    position: relative;
    height: auto; }
    .product_layout_classic .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show:before {
      content: ""; }
    .product_layout_classic .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show a.add_to_wishlist .add_to_wishlist_text:before {
      top: 100%;
      left: 10px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(27, 27, 29, 0);
      border-top-color: #1b1b1d;
      border-width: 4px; }
    .product_layout_classic .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
      content: "\f08a"; }
    @media screen and (min-width: 768px) {
      .product_layout_classic .product_infos .yith-wcwl-add-to-wishlist:after {
        content: "";
        width: 50px;
        height: 1px;
        display: block;
        margin-top: 20px; } }

.product_layout_classic .product_meta {
  font-size: 10px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
  padding: 22px 30px 22px;
  text-align: left;
  padding: 0;
  clear: left; }
  .product_layout_classic .product_meta &gt; span {
    display: block;
    text-transform: uppercase; }
    .product_layout_classic .product_meta &gt; span a {
      font-size: 10px;
      font-weight: normal;
      text-transform: uppercase;
      transition: color 0.3s;
      font-weight: bold; }

.product_layout_classic .woocommerce-tabs {
  padding-top: 80px; }
  .product_layout_classic .woocommerce-tabs .panel {
    margin: 0 !important; }
    .product_layout_classic .woocommerce-tabs .panel &gt; h2 {
      display: none; }
    .product_layout_classic .woocommerce-tabs .panel .large-8 &gt; h2 {
      display: none; }
    .product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes {
      border-top: none;
      margin-top: -5px;
      margin-bottom: -2px; }
      .product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes tr:last-child {
        border-bottom: none; }
        .product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes tr:last-child td {
          border-bottom: none; }
      .product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes th,
      .product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes td {
        font-size: 1rem;
        font-weight: normal; }
      .product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes th {
        width: 110px;
        padding: 11px 20px 11px 0;
        border: none; }
      .product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes td {
        padding: 11px 0px 11px;
        font-style: normal;
        border: none; }
      .product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes p {
        padding: 0; }
      .product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes .alt td,
      .product_layout_classic .woocommerce-tabs .panel#tab-additional_information table.shop_attributes .alt th {
        background: none !important; }
    .product_layout_classic .woocommerce-tabs .panel #reviews {
      margin-top: 24px; }
      .product_layout_classic .woocommerce-tabs .panel #reviews #comment {
        height: 140px; }
      .product_layout_classic .woocommerce-tabs .panel #reviews .star-rating {
        font-size: 10px;
        top: 4px;
        margin-right: -70px; }
      .product_layout_classic .woocommerce-tabs .panel #reviews h2 {
        margin: 0 0 45px; }
      .product_layout_classic .woocommerce-tabs .panel #reviews .comment-metadata {
        margin-bottom: 16px;
        margin-top: -3px; }
      .product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist {
        margin: 0px 0 30px;
        width: 100%;
        background: none;
        list-style: none; }
        .product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist li {
          padding: 0;
          margin: 25px 0 30px;
          border: 0;
          position: relative;
          background: 0;
          border: 0; }
          .product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist li:first-child {
            margin-top: 0px; }
          .product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist li img.avatar {
            background: none;
            border: 0;
            margin: 0;
            line-height: 1;
            position: absolute;
            float: none;
            left: 0;
            top: -5px;
            width: 50px;
            height: 50px;
            padding: 0;
            overflow: hidden;
            -webkit-border-radius: 70px;
            -moz-border-radius: 70px;
            border-radius: 70px; }
          .product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text {
            margin: 0 70px 0 70px;
            border: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            padding: 0; }
            .product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text .verified {
              color: #a1a1a1;
              display: inline-block; }
          .product_layout_classic .woocommerce-tabs .panel #reviews #comments ol.commentlist li .description {
            margin: 11px -70px 0 0; }
      .product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form-rating {
        margin: 0 0 20px; }
      .product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond p .comment-form-author {
        margin-bottom: 0; }
      .product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond p .comment-form-email {
        margin-bottom: 15px; }
      .product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond p .comment-form-comment {
        margin-top: -30px; }
      .product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond input#submit {
        font-size: 13px; }
        .product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond input#submit:hover {
          color: #FFF; }
      .product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond form .form-row-first.comment-form-author,
      .product_layout_classic .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond form .form-row-last.comment-form-email {
        width: 100%; }
      .product_layout_classic .woocommerce-tabs .panel #reviews h3 {
        font-size: 1.125rem; }
        .product_layout_classic .woocommerce-tabs .panel #reviews h3.comment-reply-title {
          font-size: 1.3125rem;
          line-height: 1.4;
          font-weight: 700;
          margin-bottom: 7px;
          text-align: left; }
  .product_layout_classic .woocommerce-tabs ul.tabs {
    padding-left: 0 !important;
    margin-bottom: 50px !important;
    text-align: center !important; }
    .product_layout_classic .woocommerce-tabs ul.tabs:before {
      display: none !important; }
    .product_layout_classic .woocommerce-tabs ul.tabs li {
      border: none !important;
      background: none !important;
      border-radius: 0px !important;
      padding: 0 !important;
      margin: 0 15px !important;
      font-size: 13px; }
      .product_layout_classic .woocommerce-tabs ul.tabs li a {
        text-transform: uppercase; }
      .product_layout_classic .woocommerce-tabs ul.tabs li:first-child {
        margin-left: 0 !important; }
      .product_layout_classic .woocommerce-tabs ul.tabs li.active {
        background: none !important;
        border-top: 3px solid !important; }
      .product_layout_classic .woocommerce-tabs ul.tabs li:before, .product_layout_classic .woocommerce-tabs ul.tabs li:after {
        display: none !important; }

.product_layout_classic .product-image-link {
  display: block; }
  .product_layout_classic .product-image-link:hover {
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab; }

.product_layout_classic .recently_viewed_in_single h2 {
  font-size: .8em;
  margin: 0 0 15px 0;
  -ms-word-wrap: normal;
  word-wrap: normal; }

.product_layout_classic .recently_viewed_in_single ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.product_layout_classic .recently_viewed_in_single li {
  padding: 0;
  margin: 0 0 20px 0; }

.product_layout_classic .qty {
  display: none;
  float: left;
  text-transform: uppercase;
  font-size: .8em; }

.product_layout_classic .single-product .button.product_type_external {
  overflow: hidden !important;
  min-width: 0;
  max-width: 60px;
  color: transparent !important;
  padding: 0 !important;
  width: 60px;
  text-align: center; }
  .product_layout_classic .single-product .button.product_type_external:before {
    content: "\f08e";
    font: normal normal normal 16px/50px FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    width: 60px;
    text-align: center;
    display: inline-block; }

.product_layout_classic section.related h2,
.product_layout_classic section.up-sells h2 {
  text-align: center;
  font-size: 13px !important;
  text-transform: uppercase;
  margin-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .product_layout_classic section.related h2,
    .product_layout_classic section.up-sells h2 {
      margin-top: 75px; } }
  @media screen and (min-width: 1024px) {
    .product_layout_classic section.related h2,
    .product_layout_classic section.up-sells h2 {
      margin-top: 100px; } }

.product_layout_classic .single_product_summary_upsell + .single_product_summary_related .related h2 {
  margin-top: -20px; }

@media screen and (min-width: 1024px) {
  .product_layout_classic .related,
  .product_layout_classic .up-sells {
    padding-right: 50px; } }

@media screen and (max-width: 639px) {
  .product_layout_classic .related ul.products li:nth-child(n+3),
  .product_layout_classic .up-sells ul.products li:nth-child(n+3) {
    display: none; } }

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .product_layout_classic .related ul.products li:nth-child(n+4),
  .product_layout_classic .up-sells ul.products li:nth-child(n+4) {
    display: none; } }

.product_layout_classic .related .product_after_shop_loop .product_after_shop_loop_price span.price,
.product_layout_classic .up-sells .product_after_shop_loop .product_after_shop_loop_price span.price {
  font-size: 13px; }

.product_layout_classic .related .large-centered,
.product_layout_classic .related .medium-centered,
.product_layout_classic .related .small-centered,
.product_layout_classic .up-sells .large-centered,
.product_layout_classic .up-sells .medium-centered,
.product_layout_classic .up-sells .small-centered {
  float: left !important; }

.product_layout_classic .product_navigation {
  position: fixed;
  left: 100%;
  top: 430px;
  z-index: 999;
  transition: all .5s;
  animation: slide-in-from-right;
  animation-duration: 3s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  -ms-transform: translateX(0);
  transform: translateX(0); }
  .product_layout_classic .product_navigation #nav-below .product-nav-previous,
  .product_layout_classic .product_navigation #nav-below .product-nav-next {
    text-align: center; }
    .product_layout_classic .product_navigation #nav-below .product-nav-previous a,
    .product_layout_classic .product_navigation #nav-below .product-nav-next a {
      display: block;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
      background: #FFF;
      border-radius: 50%;
      text-align: center;
      padding-top: 6px;
      width: 38px;
      height: 38px;
      margin: 10px 0;
      transition: all .5s;
      font-size: 24px; }
      .product_layout_classic .product_navigation #nav-below .product-nav-previous a:hover,
      .product_layout_classic .product_navigation #nav-below .product-nav-next a:hover {
        opacity: .7; }
  .product_layout_classic .product_navigation #nav-below .product-nav-previous {
    margin-bottom: 10px; }

@keyframes slide-in-from-right {
  0% {
    transform: translateX(55px); }
  50% {
    transform: translateX(-95px); }
  75% {
    transform: translateX(-95px); }
  100% {
    transform: translateX(-95px); } }

.product_layout_classic .product-badges {
  position: absolute;
  top: 12px;
  margin-left: 15px;
  z-index: 998; }
  @media screen and (min-width: 1024px) {
    .product_layout_classic .product-badges {
      z-index: 999;
      top: 12px;
      margin-left: 15px; } }
  .product_layout_classic .product-badges .product-sale {
    margin-bottom: 10px; }
    .product_layout_classic .product-badges .product-sale .onsale {
      position: inherit;
      top: inherit;
      margin-right: 0;
      display: inline-block; }
  .product_layout_classic .product-badges .out_of_stock_wrapper .out_of_stock_badge_single {
    position: inherit;
    top: inherit;
    margin-right: 0;
    display: inline-block;
    font-weight: bold; }

@media only screen and (min-width: 1024px) {
  .product_layout_classic .product_content_wrapper {
    padding-bottom: 65px; }
    .product_layout_classic .product_content_wrapper .product-images-wrapper {
      margin: 0 !important; }
    .product_layout_classic .product_content_wrapper .product_infos .product_summary_top {
      margin-top: -4px;
      margin-bottom: 55px;
      padding: 0; }
    .product_layout_classic .product_content_wrapper .product_infos .product_title {
      font-size: 3rem;
      line-height: 1.13em; }
  .product_layout_classic .woocommerce-tabs {
    padding-top: 0px; }
    .product_layout_classic .woocommerce-tabs .panel {
      margin: 0; }
    .product_layout_classic .woocommerce-tabs ul.tabs &gt; li {
      display: inline-block;
      border-top: 3px solid transparent;
      margin: -1px 21px 18px 21px; }
      .product_layout_classic .woocommerce-tabs ul.tabs &gt; li:after {
        display: none; }
      .product_layout_classic .woocommerce-tabs ul.tabs &gt; li a {
        line-height: 1.5;
        padding: 18px 0 5px !important;
        border-bottom: none; }
        .product_layout_classic .woocommerce-tabs ul.tabs &gt; li a.active {
          border-bottom: none; }
  .product_layout_classic table.shop_attributes {
    margin-top: 0px;
    margin-bottom: 0px; }
    .product_layout_classic table.shop_attributes th {
      width: 150px; }
    .product_layout_classic table.shop_attributes th, .product_layout_classic table.shop_attributes td {
      padding: 13px 0px 13px; }
  .product_layout_classic .product_infos .group_table td.label label {
    margin-top: 0px; }
  .product_layout_classic .product_infos .group_table td.label .price {
    display: none; }
  .product_layout_classic .product_infos .group_table td.price {
    display: table-cell; }
  .product_layout_classic #reviews #comments ol.commentlist {
    margin: 50px 0 55px; }
  .product_layout_classic #reviews #comments ol.commentlist li img.avatar {
    width: 70px;
    height: 70px; }
  .product_layout_classic #reviews {
    font-size: 1.3125rem; }
  .product_layout_classic #reviews #comments ol.commentlist li {
    margin: 0 50px 0 55px; }
  .product_layout_classic #reviews #comments ol.commentlist li .comment-text .description {
    margin: 11px -100px 0 0; }
  .product_layout_classic #reviews h3.comment-reply-title {
    font-size: 1.75rem;
    line-height: 1.3; }
  .product_layout_classic #reviews .star-rating {
    margin-right: -100px; }
  .product_layout_classic .comment-form-rating p.stars {
    font-size: 0.875rem; }
  .product_layout_classic form .form-row-first.comment-form-author,
  .product_layout_classic form .form-row-last.comment-form-email {
    width: 48%; }
  .product_layout_classic .tob_bar_shop,
  .product_layout_classic .single-product .tob_bar_shop {
    display: block; }
  .product_layout_classic .tob_bar_shop.full_header {
    min-height: 40px;
    padding: 0 20px; }
    .product_layout_classic .tob_bar_shop.full_header .tob_bar_shop_left_column {
      float: left; } }

@media only screen and (min-width: 63.9375em) {
  .product_layout_classic .product_content_wrapper {
    padding-bottom: 85px; }
  .product_layout_classic .product_summary_thumbnails_wrapper {
    display: block; }
  .product_layout_classic div.product .product_title, .product_layout_classic div.product .product_title {
    text-align: left; }
  .product_layout_classic div.product span.price,
  .product_layout_classic div.product p.price {
    text-align: left; }
  .product_layout_classic div.product .woocommerce-tabs .panel {
    margin: 0; }
  .product_layout_classic .product_images .flex-control-nav {
    display: none; }
  .product_layout_classic #reviews #comments ol.commentlist li .comment-text .description {
    margin: 15px 0 0 0; } }

@media only screen and (min-width: 1024px) {
  .product_infos .cart .single_add_to_cart_button {
    padding: 16px 65px !important; }
  .product_socials_wrapper {
    position: fixed;
    top: 430px;
    right: 100%;
    z-index: 999;
    transition: all .5s;
    animation: slide-in-from-left;
    animation-duration: 3s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    -ms-transform: translateX(0);
    transform: translateX(0); }
    .product_socials_wrapper .share-product-text {
      display: none; }
    .product_socials_wrapper .product_socials_wrapper_inner a {
      display: block;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
      background: #FFF;
      border-radius: 50%;
      text-align: center;
      padding-top: 10px;
      margin: 10px 0;
      width: 38px;
      height: 38px; }
      .product_socials_wrapper .product_socials_wrapper_inner a:first-child {
        margin-top: 0; } }

@media only screen and (max-width: 64em) {
  .product_layout_classic .product_content_wrapper {
    margin-top: -40px; } }

@media only screen and (min-width: 100em) {
  .product_layout_classic .product_infos {
    padding: 0 20px 0 20px; } }

@media only screen and (max-width: 1024px) {
  .product_navigation,
  .cd-top,
  .product_socials_wrapper {
    display: none; } }

@media only screen and (max-width: 767px) {
  .product_layout_classic .product:not(.product-type-grouped) .product_content_wrapper .product_images .product_image {
    padding: 0; }
  .product_layout_classic .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart {
    float: none; }
    .product_layout_classic .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom {
      margin: 0 !important;
      padding: 10px 15px; }
      .product_layout_classic .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom input {
        color: #FFF !important;
        border-color: #FFF !important; }
    .product_layout_classic .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom ~ .button {
      display: inline-block;
      float: right !important;
      vertical-align: middle;
      padding: 16px 16px !important; }
    .product_layout_classic .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity:not(.custom) {
      margin-right: 18px !important; }
    .product_layout_classic .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity:not(.custom) ~ .button {
      float: left !important;
      padding: 16px 45px !important; }
    .product_layout_classic .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .button {
      min-width: auto;
      width: auto;
      vertical-align: bottom;
      float: right !important;
      text-align: right;
      padding: 16px 65px !important; }
  .product_layout_classic .product:not(.product-type-grouped) .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist {
    margin: 0 0 15px; }
  .product_layout_classic .product .product_content_wrapper .product_infos .product_summary_top {
    padding: 35px 0 30px; }
    .product_layout_classic .product .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb {
      width: 100%; }
    .product_layout_classic .product .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating {
      display: none; }
  .product_layout_classic .product .product_content_wrapper .product_infos form.cart {
    margin-bottom: 16px; }
  .product_layout_classic .product .product_content_wrapper .product_infos .price {
    padding: 0 0 15px;
    margin-bottom: 0; }
  .product_layout_classic .product .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist {
    margin: 0 2px 35px;
    height: auto;
    float: left;
    position: relative; }
  .product_layout_classic .product_socials_wrapper {
    display: table;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin: 25px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    .product_layout_classic .product_socials_wrapper .share-product-text,
    .product_layout_classic .product_socials_wrapper .product_socials_wrapper_inner {
      display: table-cell;
      vertical-align: middle;
      width: 50%; }
    .product_layout_classic .product_socials_wrapper .share-product-text {
      font-size: 10px;
      text-transform: uppercase;
      font-weight: bold;
      text-align: left; }
    .product_layout_classic .product_socials_wrapper .product_socials_wrapper_inner {
      text-align: right; }
      .product_layout_classic .product_socials_wrapper .product_socials_wrapper_inner a {
        padding-right: 15px; }
  .product_layout_classic .product_meta {
    padding: 0 0 20px;
    margin: 0 0 28.5px;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    .product_layout_classic .product_meta &gt; span {
      line-height: 18px;
      padding-bottom: 5px; }
  .product_layout_classic .woocommerce-tabs {
    padding-top: 0; }
    .product_layout_classic .woocommerce-tabs #tab-description {
      text-align: left; }
    .product_layout_classic .woocommerce-tabs ul.tabs {
      margin-bottom: 20px !important; }
      .product_layout_classic .woocommerce-tabs ul.tabs li {
        display: block !important; }
        .product_layout_classic .woocommerce-tabs ul.tabs li.active {
          border-top: none !important; }
  .product_layout_classic section.related h2,
  .product_layout_classic section.up-sells h2 {
    margin: 40px 0 20px;
    text-align: center; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .product_layout_classic .product_content_wrapper .product_infos {
    padding: 0 0 0 70px;
    margin-right: -10px; }
    .product_layout_classic .product_content_wrapper .product_infos .product_summary_top {
      margin-bottom: 30px; }
    .product_layout_classic .product_content_wrapper .product_infos .product_summary_middle,
    .product_layout_classic .product_content_wrapper .product_infos .woocommerce-product-details__short-description {
      padding-right: 50px; }
    .product_layout_classic .product_content_wrapper .product_infos .woocommerce-product-rating {
      margin-right: -5px; }
  .product_layout_classic .product_summary_thumbnails_wrapper {
    padding-left: 0;
    padding-right: 20px; }
    .product_layout_classic .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell.youtube {
      font-size: 65px;
      right: 20px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .product_layout_classic .product_summary_thumbnails_wrapper {
    padding-left: 0;
    padding-right: 40px; }
    .product_layout_classic .product_summary_thumbnails_wrapper .product_thumbnails {
      max-height: 575px; }
      .product_layout_classic .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell.youtube {
        right: 40px;
        font-size: 70px; }
  .product_layout_classic .product_infos .woocommerce-product-rating {
    margin-right: -15px; }
  .product_layout_classic .product_content_wrapper .medium-10 {
    padding-right: 0; }
  .woocommerce .product_layout_classic div.product form.cart,
  .woocommerce .product_layout_classic div.product p.cart {
    margin-bottom: 20px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product_layout_classic .product-images-wrapper {
    margin: 0; }
  .product_layout_classic .product_infos .product_summary_top {
    padding: 45px 0 30px; }
  .product_layout_classic .product_infos .product_summary_middle .product_title {
    margin-bottom: 30px; }
  .product_layout_classic .product_infos .price {
    margin-bottom: 35px; }
  .product_layout_classic .woocommerce-tabs {
    padding-top: 65px; }
    .product_layout_classic .woocommerce-tabs ul.tabs {
      text-align: left !important;
      margin-bottom: 30px !important; }
  .product_layout_classic .product_socials_wrapper {
    display: none; }
  .product_layout_classic section.related h2,
  .product_layout_classic section.up-sells h2 {
    text-align: center;
    margin-bottom: 35px; }
  .product_layout_classic .related {
    margin-bottom: 40px; } }

@media only screen and (max-width: 639px) {
  .related.products .related-product:nth-of-type(1n+3) {
    display: none; } }

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .related.products .related-product:nth-of-type(1n+4) {
    display: none; } }

@media only screen and (max-width: 639px) {
  .product_layout_classic .product-images-wrapper {
    margin: 0 -30px; }
  .product_layout_classic .product-images-layout-mobile {
    display: none;
    font-size: 0; }
    .product_layout_classic .product-images-layout-mobile .product-image {
      width: calc(100% / 3);
      display: inline-block;
      vertical-align: middle; }
      .product_layout_classic .product-images-layout-mobile .product-image .mobile-gallery-bg {
        min-height: 135px;
        background-size: cover;
        display: block;
        background-repeat: no-repeat;
        background-position: center center; }
      .product_layout_classic .product-images-layout-mobile .product-image:first-child {
        width: 100%; }
      .product_layout_classic .product-images-layout-mobile .product-image.video {
        display: none; }
    .product_layout_classic .product-images-layout-mobile .product-video-icon {
      font-size: 50px !important;
      display: inline-block;
      text-align: center;
      width: calc(100% / 3);
      vertical-align: middle;
      margin-bottom: 0; } }

.product_layout_2 .product_content_wrapper {
  max-width: 80%;
  margin: 0 auto; }
  .product_layout_2 .product_content_wrapper .product-images-wrapper {
    position: relative; }
    .product_layout_2 .product_content_wrapper .product-images-wrapper .product-images-style-2 {
      display: none; }
      @media (min-width: 1024px) {
        .product_layout_2 .product_content_wrapper .product-images-wrapper .product-images-style-2 {
          display: block; } }
    .product_layout_2 .product_content_wrapper .product-images-wrapper .images {
      float: none !important;
      width: auto !important;
      margin: 0 !important; }
    .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images {
      font-size: 0; }
      .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-image {
        margin-bottom: 25px;
        position: relative;
        vertical-align: middle;
        width: 100%; }
        .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-image .easyzoom.el_zoom img {
          cursor: url(../images/cursor-zoom.png), auto; }
        .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-image.mobile {
          display: none; }
        .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-image .desktop-image {
          display: block; }
        .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-image:first-child {
          width: 100%; }
          .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-image:first-child img {
            padding: 0; }
        .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-image img {
          width: 100%; }
        .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-image .caption {
          padding: 30px 0 40px;
          max-width: 50%; }
          .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-image .caption:before {
            content: "";
            width: 50px;
            height: 1px;
            margin-right: 20px;
            display: inline-block;
            vertical-align: super; }
      .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-video-icon {
        display: none; }
      .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller {
        position: fixed;
        list-style-type: none;
        margin: 0;
        z-index: 9; }
        .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller li.video-icon .dot {
          border: 2px solid;
          width: 18px;
          height: 18px;
          font-size: 8px;
          margin: 0; }
          .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller li.video-icon .dot.current {
            border-color: transparent; }
          .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller li.video-icon .dot i {
            color: #FFF;
            font-size: 6px;
            text-align: center;
            vertical-align: middle;
            margin-left: 1px; }
        .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller .dot {
          width: 8px;
          height: 8px;
          border: 1px solid;
          border-radius: 100%;
          transition: all .5s;
          margin: 13px auto;
          display: block;
          text-align: center; }
          .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller .dot:first-child {
            margin-top: 0; }
          .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller .dot.current {
            border-color: transparent; }
  .product_layout_2 .product_content_wrapper .mobile_gallery,
  .product_layout_2 .product_content_wrapper .mobile_gallery_thumbs {
    display: none; }
    @media (max-width: 1023px) {
      .product_layout_2 .product_content_wrapper .mobile_gallery,
      .product_layout_2 .product_content_wrapper .mobile_gallery_thumbs {
        display: block; } }
  .product_layout_2 .product_content_wrapper .mobile_gallery img {
    width: 100%; }
  .product_layout_2 .product_content_wrapper .mobile_gallery .swiper-slide.video {
    height: 100px;
    font-size: 100px;
    text-align: center; }
  .product_layout_2 .product_content_wrapper .mobile_gallery .swiper-lazy-preloader {
    animation: none; }
    .product_layout_2 .product_content_wrapper .mobile_gallery .swiper-lazy-preloader:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 9;
      content: "";
      height: 100%;
      width: 100%;
      background: url("../images/morph-shape-gif-preloader.gif") center no-repeat;
      background-size: auto 15px; }
  .product_layout_2 .product_content_wrapper .mobile_gallery_thumbs {
    height: 100px;
    box-sizing: border-box; }
    @media (min-width: 640px) {
      .product_layout_2 .product_content_wrapper .mobile_gallery_thumbs {
        margin-left: 0;
        margin-right: 0; } }
    .product_layout_2 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper {
      list-style-type: none;
      padding: 0;
      margin: 0 0 0 -37.5%; }
      .product_layout_2 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
        background-size: cover;
        background-position: center center; }
        .product_layout_2 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper .swiper-slide.youtube {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center; }
          .product_layout_2 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper .swiper-slide.youtube &gt; i {
            font-size: 50px; }
      .product_layout_2 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper .swiper-slide-active {
        opacity: 1; }
  .product_layout_2 .product_content_wrapper .product_infos .group_table tr td {
    font-size: 1rem;
    padding-bottom: 13px !important;
    padding-top: 13px !important;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle !important; }
    .product_layout_2 .product_content_wrapper .product_infos .group_table tr td .quantity {
      margin: 0 20px 0 0 !important; }
      @media screen and (max-width: 1024px) {
        .product_layout_2 .product_content_wrapper .product_infos .group_table tr td .quantity.custom {
          margin-right: 10px !important; }
          .product_layout_2 .product_content_wrapper .product_infos .group_table tr td .quantity.custom .minus-btn,
          .product_layout_2 .product_content_wrapper .product_infos .group_table tr td .quantity.custom .plus-btn {
            min-width: 25px !important;
            width: 25px !important;
            height: 25px;
            padding: 0 !important; }
          .product_layout_2 .product_content_wrapper .product_infos .group_table tr td .quantity.custom input.custom-qty {
            width: 25px; } }
  .product_layout_2 .product_content_wrapper .product_infos .group_table tr:first-child td {
    padding-top: 5px !important; }
  .product_layout_2 .product_content_wrapper .product_infos .group_table tr:last-child td {
    border-bottom: none; }
  .product_layout_2 .product_content_wrapper .product_infos .group_table td.label {
    display: table-cell;
    cursor: default !important;
    color: #333; }
    @media screen and (max-width: 1024px) {
      .product_layout_2 .product_content_wrapper .product_infos .group_table td.label {
        padding-left: 10px !important;
        padding-right: 10px !important; } }
    .product_layout_2 .product_content_wrapper .product_infos .group_table td.label label {
      margin-top: -5px;
      cursor: default !important;
      padding-right: 0; }
      @media screen and (max-width: 1024px) {
        .product_layout_2 .product_content_wrapper .product_infos .group_table td.label label a {
          font-size: 13px !important; } }
  @media screen and (max-width: 1024px) {
    .product_layout_2 .product_content_wrapper .product_infos .group_table td.price {
      font-size: 13px !important;
      text-align: right; } }
  .product_layout_2 .product_content_wrapper .product_infos .group_table label a {
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: 700;
    white-space: normal;
    text-transform: capitalize; }
  .product_layout_2 .product_content_wrapper .product_infos .group_table del .amount {
    margin-right: 5px; }
  .product_layout_2 .product_content_wrapper .product_infos .product_summary_top {
    margin-bottom: 55px; }
    .product_layout_2 .product_content_wrapper .product_infos .product_summary_top:after {
      content: "";
      display: block;
      clear: both; }
    .product_layout_2 .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb {
      width: 70%;
      float: left;
      text-transform: uppercase;
      font-size: 0;
      font-weight: bold;
      line-height: 18px;
      padding: 0; }
      .product_layout_2 .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb .breadcrump_sep {
        font-size: 10px; }
        .product_layout_2 .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb .breadcrump_sep:last-child {
          display: none; }
      .product_layout_2 .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 10px; }
        .product_layout_2 .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb a:first-child {
          padding-left: 0; }
    .product_layout_2 .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating {
      width: auto;
      float: right;
      margin-bottom: 0;
      position: relative;
      text-align: right;
      line-height: 18px; }
      .product_layout_2 .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating .woocommerce-review-link {
        font-size: 0;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        width: 100%;
        height: 10px;
        padding-bottom: 30px; }
      .product_layout_2 .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating .star-rating {
        top: -2px; }
    .product_layout_2 .product_content_wrapper .product_infos .product_summary_top .woocommerce_review_link_hover {
      position: absolute;
      top: -40px;
      right: 0;
      margin: 0 auto;
      text-align: center;
      width: auto;
      padding: 5px 10px 7px;
      white-space: nowrap;
      font-size: 12px;
      line-height: 20px;
      background: #000;
      color: #FFF;
      pointer-events: none;
      opacity: 0;
      transition: all .5s;
      visibility: hidden; }
      .product_layout_2 .product_content_wrapper .product_infos .product_summary_top .woocommerce_review_link_hover.hovered {
        transition: all .5s;
        opacity: 1;
        visibility: visible; }
      .product_layout_2 .product_content_wrapper .product_infos .product_summary_top .woocommerce_review_link_hover:before {
        top: 100%;
        right: 30px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(27, 27, 29, 0);
        border-top-color: #1b1b1d;
        border-width: 4px; }
  .product_layout_2 .product_content_wrapper .product_infos .product_summary_middle .product_title {
    text-align: left;
    margin-bottom: 21px; }
  .product_layout_2 .product_content_wrapper .product_infos .price {
    font-size: 22px !important;
    font-weight: bold; }
  .product_layout_2 .product_content_wrapper .product_infos .qty {
    display: none; }
  .product_layout_2 .product_content_wrapper .product_infos form.cart {
    margin-bottom: 30px; }
    .product_layout_2 .product_content_wrapper .product_infos form.cart table.group_table {
      margin-bottom: 30px; }
    .product_layout_2 .product_content_wrapper .product_infos form.cart .button {
      display: inline-block;
      float: none !important;
      vertical-align: middle; }
    .product_layout_2 .product_content_wrapper .product_infos form.cart .quantity {
      float: left;
      font-weight: 700;
      margin: 0 20px 20px 0 !important;
      width: auto !important; }
      .product_layout_2 .product_content_wrapper .product_infos form.cart .quantity.custom {
        float: inherit !important; }
      .product_layout_2 .product_content_wrapper .product_infos form.cart .quantity .qty {
        font-size: 1rem;
        width: 50px !important;
        font-weight: bold !important;
        border-bottom-width: 2px;
        border-top-width: 0;
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-style: solid;
        display: block;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        width: 60px !important;
        height: 50px !important;
        line-height: 50px !important;
        float: left;
        text-align: center;
        vertical-align: middle;
        border: none;
        outline: none;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        background: none;
        box-sizing: border-box;
        transition: none; }
        @media screen and (min-width: 1025px) {
          .product_layout_2 .product_content_wrapper .product_infos form.cart .quantity .qty {
            padding: 0px 0px 0px 13px; } }
  .product_layout_2 .product_content_wrapper .product_infos #yith-wcwl-popup-message {
    display: none !important; }
  .product_layout_2 .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist {
    margin: 0 0 17px;
    height: auto;
    position: relative;
    height: auto; }
    .product_layout_2 .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show:before {
      content: ""; }
    .product_layout_2 .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show a.add_to_wishlist .add_to_wishlist_text:before {
      top: 100%;
      left: 10px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(27, 27, 29, 0);
      border-top-color: #1b1b1d;
      border-width: 4px; }
    .product_layout_2 .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
      content: "\f08a"; }
    @media screen and (min-width: 768px) {
      .product_layout_2 .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist:after {
        content: "";
        width: 50px;
        height: 1px;
        display: block;
        margin-top: 20px; } }
  .product_layout_2 .product_content_wrapper .product_meta {
    font-size: 10px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding: 22px 30px 22px;
    text-align: left;
    padding: 0;
    clear: left; }
    .product_layout_2 .product_content_wrapper .product_meta &gt; span {
      display: block;
      text-transform: uppercase; }
      .product_layout_2 .product_content_wrapper .product_meta &gt; span a {
        font-size: 10px;
        font-weight: normal;
        text-transform: uppercase;
        transition: color 0.3s;
        font-weight: bold; }
  .product_layout_2 .product_content_wrapper .woocommerce-tabs {
    padding-top: 80px; }
    .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel {
      margin: 0 !important; }
      .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel &gt; h2 {
        display: none; }
      .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel .large-8 &gt; h2 {
        display: none; }
      .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes {
        border-top: none;
        margin-top: -5px;
        margin-bottom: -2px; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes tr:last-child {
          border-bottom: none; }
          .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes tr:last-child td {
            border-bottom: none; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes th,
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes td {
          font-size: 1rem;
          font-weight: normal; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes th {
          width: 110px;
          padding: 11px 20px 11px 0;
          border: none; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes td {
          padding: 11px 0px 11px;
          font-style: normal;
          border: none; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes p {
          padding: 0; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes .alt td,
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes .alt th {
          background: none !important; }
      .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews {
        margin-top: 24px; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #comment {
          height: 140px; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews .star-rating {
          font-size: 10px;
          top: 4px;
          margin-right: -70px; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews h2 {
          margin: 0 0 45px; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews .comment-metadata {
          margin-bottom: 16px;
          margin-top: -3px; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist {
          margin: 0px 0 30px;
          width: 100%;
          background: none;
          list-style: none; }
          .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li {
            padding: 0;
            margin: 25px 0 30px;
            border: 0;
            position: relative;
            background: 0;
            border: 0; }
            .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li:first-child {
              margin-top: 0px; }
            .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li img.avatar {
              background: none;
              border: 0;
              margin: 0;
              line-height: 1;
              position: absolute;
              float: none;
              left: 0;
              top: -5px;
              width: 50px;
              height: 50px;
              padding: 0;
              overflow: hidden;
              -webkit-border-radius: 70px;
              -moz-border-radius: 70px;
              border-radius: 70px; }
            .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text {
              margin: 0 70px 0 70px;
              border: 0;
              -webkit-border-radius: 0;
              border-radius: 0;
              padding: 0; }
              .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text .verified {
                color: #a1a1a1;
                display: inline-block; }
            .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li .description {
              margin: 11px -70px 0 0; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form-rating {
          margin: 0 0 20px; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond p .comment-form-author {
          margin-bottom: 0; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond p .comment-form-email {
          margin-bottom: 15px; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond p .comment-form-comment {
          margin-top: -30px; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond input#submit {
          font-size: 13px; }
          .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond input#submit:hover {
            color: #FFF; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond form .form-row-first.comment-form-author,
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond form .form-row-last.comment-form-email {
          width: 100%; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews h3 {
          font-size: 1.125rem; }
          .product_layout_2 .product_content_wrapper .woocommerce-tabs .panel #reviews h3.comment-reply-title {
            font-size: 1.3125rem;
            line-height: 1.4;
            font-weight: 700;
            margin-bottom: 7px;
            text-align: left; }
    .product_layout_2 .product_content_wrapper .woocommerce-tabs ul.tabs {
      padding-left: 0 !important;
      margin-bottom: 50px !important;
      text-align: left !important; }
      .product_layout_2 .product_content_wrapper .woocommerce-tabs ul.tabs:before {
        display: none !important; }
      .product_layout_2 .product_content_wrapper .woocommerce-tabs ul.tabs li {
        border: none !important;
        background: none !important;
        border-radius: 0px !important;
        padding: 0 !important;
        margin: 0 15px !important;
        font-size: 13px; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs ul.tabs li a {
          text-transform: uppercase; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs ul.tabs li:first-child {
          margin-left: 0 !important; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs ul.tabs li.active {
          background: none !important;
          border-top: 3px solid !important; }
        .product_layout_2 .product_content_wrapper .woocommerce-tabs ul.tabs li:before, .product_layout_2 .product_content_wrapper .woocommerce-tabs ul.tabs li:after {
          display: none !important; }

.product_layout_2 .product-type-grouped form.cart {
  float: none !important; }

.product_layout_2 .product_navigation {
  position: fixed;
  left: 100%;
  top: 430px;
  z-index: 999;
  transition: all .5s;
  animation: slide-in-from-right;
  animation-duration: 3s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  -ms-transform: translateX(0);
  transform: translateX(0); }
  .product_layout_2 .product_navigation #nav-below .product-nav-previous,
  .product_layout_2 .product_navigation #nav-below .product-nav-next {
    text-align: center; }
    .product_layout_2 .product_navigation #nav-below .product-nav-previous a,
    .product_layout_2 .product_navigation #nav-below .product-nav-next a {
      display: block;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
      background: #FFF;
      border-radius: 50%;
      text-align: center;
      padding-top: 6px;
      width: 38px;
      height: 38px;
      margin: 10px 0;
      transition: all .5s;
      font-size: 24px; }
      .product_layout_2 .product_navigation #nav-below .product-nav-previous a:hover,
      .product_layout_2 .product_navigation #nav-below .product-nav-next a:hover {
        opacity: .7; }
  .product_layout_2 .product_navigation #nav-below .product-nav-previous {
    margin-bottom: 10px; }

@keyframes slide-in-from-right {
  0% {
    transform: translateX(55px); }
  50% {
    transform: translateX(-95px); }
  75% {
    transform: translateX(-95px); }
  100% {
    transform: translateX(-95px); } }

.product_layout_2 .product-badges {
  position: absolute;
  top: 12px;
  margin-left: 15px;
  z-index: 998; }
  @media screen and (min-width: 1024px) {
    .product_layout_2 .product-badges {
      z-index: 999;
      top: 47px;
      margin-left: 50px; } }
  .product_layout_2 .product-badges .product-sale {
    margin-bottom: 10px; }
    .product_layout_2 .product-badges .product-sale .onsale {
      position: inherit;
      top: inherit;
      margin-right: 0;
      display: inline-block; }
  .product_layout_2 .product-badges .out_of_stock_wrapper .out_of_stock_badge_single {
    position: inherit;
    top: inherit;
    margin-right: 0;
    display: inline-block;
    font-weight: bold; }

.product_layout_2 section.related h2,
.product_layout_2 section.up-sells h2 {
  text-align: left;
  font-size: 13px !important;
  text-transform: uppercase;
  margin-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .product_layout_2 section.related h2,
    .product_layout_2 section.up-sells h2 {
      margin-top: 75px; } }
  @media screen and (min-width: 1024px) {
    .product_layout_2 section.related h2,
    .product_layout_2 section.up-sells h2 {
      margin-top: 100px; } }

.product_layout_2 .single_product_summary_upsell + .single_product_summary_related .related h2 {
  margin-top: -20px; }

@media screen and (min-width: 1024px) {
  .product_layout_2 .related,
  .product_layout_2 .up-sells {
    padding-right: 50px; } }

@media screen and (max-width: 639px) {
  .product_layout_2 .related ul.products li:nth-child(n+3),
  .product_layout_2 .up-sells ul.products li:nth-child(n+3) {
    display: none; } }

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .product_layout_2 .related ul.products li:nth-child(n+4),
  .product_layout_2 .up-sells ul.products li:nth-child(n+4) {
    display: none; } }

.product_layout_2 .related .product_after_shop_loop .product_after_shop_loop_price span.price,
.product_layout_2 .up-sells .product_after_shop_loop .product_after_shop_loop_price span.price {
  font-size: 13px; }

.product_layout_2 .related .large-centered,
.product_layout_2 .related .medium-centered,
.product_layout_2 .related .small-centered,
.product_layout_2 .up-sells .large-centered,
.product_layout_2 .up-sells .medium-centered,
.product_layout_2 .up-sells .small-centered {
  float: left !important; }

@media only screen and (min-width: 40.063em) {
  .product_layout_2 .product_content_wrapper {
    padding-bottom: 65px; }
  .product_layout_2 .product-images-wrapper {
    margin: 0 !important; }
  .product_layout_2 div.product .product_title {
    font-size: 3rem;
    line-height: 1.13em; }
  .product_layout_2 .woocommerce-tabs {
    padding-top: 0px; }
  .product_layout_2 div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    border-top: 3px solid transparent;
    margin: -1px 21px 18px 21px; }
    .product_layout_2 div.product .woocommerce-tabs ul.tabs li:after {
      display: none; }
    .product_layout_2 div.product .woocommerce-tabs ul.tabs li a {
      line-height: 1.5;
      padding: 18px 0 5px;
      border-bottom: none; }
      .product_layout_2 div.product .woocommerce-tabs ul.tabs li a.active {
        border-bottom: none; }
  .product_layout_2 .single_product_summary_upsell h2 {
    font-size: 1.5em;
    margin: 72px 0 26px 0; }
  .product_layout_2 table.shop_attributes {
    margin-top: 0px;
    margin-bottom: 0px; }
    .product_layout_2 table.shop_attributes th {
      width: 150px; }
    .product_layout_2 table.shop_attributes th, .product_layout_2 table.shop_attributes td {
      padding: 13px 0px 13px; }
  .product_layout_2 .product_infos .group_table td.label label {
    margin-top: 0px; }
  .product_layout_2 .product_infos .group_table td.label .price {
    display: none; }
  .product_layout_2 .product_infos .group_table td.price {
    display: table-cell; }
  .product_layout_2 #reviews #comments ol.commentlist {
    margin: 50px 0 55px; }
  .product_layout_2 #reviews #comments ol.commentlist li img.avatar {
    width: 70px;
    height: 70px; }
  .product_layout_2 #reviews {
    font-size: 1.3125rem; }
  .product_layout_2 #reviews #comments ol.commentlist li {
    margin: 0 50px 0 55px; }
  .product_layout_2 #reviews #comments ol.commentlist li .comment-text .description {
    margin: 11px -100px 0 0; }
  .product_layout_2 #reviews h3.comment-reply-title {
    font-size: 1.75rem;
    line-height: 1.3; }
  .product_layout_2 #reviews .star-rating {
    margin-right: -100px; }
  .product_layout_2 .comment-form-rating p.stars {
    font-size: 0.875rem; }
  .product_layout_2 form .form-row-first.comment-form-author,
  .product_layout_2 form .form-row-last.comment-form-email {
    width: 48%; }
  .product_layout_2 .tob_bar_shop,
  .product_layout_2 .single-product .tob_bar_shop {
    display: block; }
  .product_layout_2 .tob_bar_shop.full_header {
    min-height: 40px;
    padding: 0 20px; }
    .product_layout_2 .tob_bar_shop.full_header .tob_bar_shop_left_column {
      float: left; } }

@media only screen and (min-width: 63.9375em) {
  .product_layout_2 .product_content_wrapper {
    padding-bottom: 85px; }
  .product_layout_2 .product_summary_thumbnails_wrapper {
    display: block; }
  .product_layout_2 div.product .product_title, .product_layout_2 div.product .product_title {
    text-align: left; }
  .product_layout_2 div.product span.price,
  .product_layout_2 div.product p.price {
    text-align: left; }
  .product_layout_2 div.product .woocommerce-tabs .panel {
    padding: 0; }
  .product_layout_2 .product_images .flex-control-nav {
    display: none; }
  .product_layout_2 #reviews #comments ol.commentlist li .comment-text .description {
    margin: 15px 0 0 0; } }

@media only screen and (max-width: 767px) {
  .product_layout_2 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart {
    float: none; }
    .product_layout_2 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom {
      margin: 0 !important;
      padding: 10px 15px; }
      .product_layout_2 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom input {
        color: #FFF !important;
        border-color: #FFF !important; }
    .product_layout_2 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom ~ .button {
      display: inline-block;
      float: right !important;
      vertical-align: middle;
      padding: 16px 24px !important; }
    .product_layout_2 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity:not(.custom) {
      margin-right: 18px !important; }
    .product_layout_2 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity:not(.custom) ~ .button {
      float: left !important;
      padding: 16px 45px !important; }
    .product_layout_2 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .button {
      min-width: auto;
      width: auto;
      vertical-align: bottom;
      text-align: right;
      padding: 16px 65px !important; }
  .product_layout_2 .product:not(.product-type-grouped) .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist {
    margin: 0 0 15px; }
  .product_layout_2 .product .product_content_wrapper .product_infos .product_summary_top {
    padding: 35px 0 30px; }
    .product_layout_2 .product .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb {
      width: 100%; }
    .product_layout_2 .product .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating {
      display: none; }
  .product_layout_2 .product .product_content_wrapper .product_infos form.cart {
    margin-bottom: 16px; }
  .product_layout_2 .product .product_content_wrapper .product_infos .price {
    padding: 0 0 15px;
    margin-bottom: 0; }
  .product_layout_2 .product .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist {
    margin: 0 2px 35px;
    height: auto;
    float: left;
    position: relative; }
  .product_layout_2 .product .product_content_wrapper .product_summary_thumbnails_wrapper {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    padding: 0;
    max-height: 132px;
    overflow-x: auto;
    overflow-y: hidden; }
    .product_layout_2 .product .product_content_wrapper .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell {
      width: calc(100vw / 3);
      float: left;
      border-right: 1px solid #FFF;
      opacity: 1;
      transition: all 0.5s ease; }
      .product_layout_2 .product .product_content_wrapper .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell img {
        width: 100%; }
      .product_layout_2 .product .product_content_wrapper .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell.youtube {
        position: inherit;
        text-align: center;
        font-size: 50px;
        line-height: 132px; }
      .product_layout_2 .product .product_content_wrapper .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell:hover, .product_layout_2 .product .product_content_wrapper .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell.is-nav-selected {
        opacity: .2; }
  .product_layout_2 .product .product_content_wrapper .product_socials_wrapper {
    display: table;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin: 30px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    .product_layout_2 .product .product_content_wrapper .product_socials_wrapper .share-product-text,
    .product_layout_2 .product .product_content_wrapper .product_socials_wrapper .product_socials_wrapper_inner {
      display: table-cell;
      vertical-align: middle;
      width: 50%; }
    .product_layout_2 .product .product_content_wrapper .product_socials_wrapper .share-product-text {
      font-size: 10px;
      text-transform: uppercase;
      font-weight: bold;
      text-align: left; }
    .product_layout_2 .product .product_content_wrapper .product_socials_wrapper .product_socials_wrapper_inner {
      text-align: right; }
      .product_layout_2 .product .product_content_wrapper .product_socials_wrapper .product_socials_wrapper_inner a {
        padding-right: 10px; }
  .product_layout_2 .product .product_content_wrapper .product_meta {
    padding: 0  0 20px;
    margin: 0 0 28.5px;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    .product_layout_2 .product .product_content_wrapper .product_meta &gt; span {
      line-height: 18px;
      padding-bottom: 5px; }
  .product_layout_2 .product .woocommerce-tabs {
    padding-top: 0; }
    .product_layout_2 .product .woocommerce-tabs #tab-description {
      text-align: left; }
    .product_layout_2 .product .woocommerce-tabs ul.tabs {
      text-align: center !important;
      margin-bottom: 20px !important; }
      .product_layout_2 .product .woocommerce-tabs ul.tabs li {
        display: block !important; }
      .product_layout_2 .product .woocommerce-tabs ul.tabs li:first-child {
        margin-left: inherit !important; }
      .product_layout_2 .product .woocommerce-tabs ul.tabs li.active {
        border-top: none !important; }
  .product_layout_2 .woocommerce-tabs {
    padding-top: 0; }
    .product_layout_2 .woocommerce-tabs ul.tabs .description_tab.active {
      border-top: 0px !important; }
  .product_layout_2 section.related h2,
  .product_layout_2 section.up-sells h2 {
    margin: 40px 0 20px;
    text-align: center; } }

@media only screen and (max-width: 1023px) {
  .product_layout_2 .product_content_wrapper {
    max-width: 100%;
    margin-top: -40px; }
    .product_layout_2 .product_content_wrapper .product-images-wrapper {
      margin: 0 -20px; }
      .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-image {
        width: calc(100% / 3);
        margin-bottom: 0;
        display: inline-block; }
        .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-image.mobile {
          display: inline-block; }
        .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-image .mobile-gallery-bg {
          min-height: 135px;
          background-size: cover;
          display: block;
          background-repeat: no-repeat;
          background-position: center center; }
        .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-image .caption {
          display: none; }
        .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-image img {
          padding: 0; }
      .product_layout_2 .product_content_wrapper .product-images-wrapper .product_images .product-video-icon {
        font-size: 50px;
        display: inline-block;
        text-align: center;
        width: calc(100% / 3);
        vertical-align: middle;
        margin-bottom: 0; }
      .product_layout_2 .product_content_wrapper .product-images-wrapper .product-images-controller {
        display: none; }
    .product_layout_2 .product_content_wrapper .product_infos .product_summary_top {
      margin-bottom: 0; }
    .product_layout_2 .product_content_wrapper .product_infos .long-description {
      position: inherit;
      top: auto; } }

@media only screen and (min-width: 1024px) {
  .product_layout_2 .product_content_wrapper {
    max-width: 100%; }
    .product_layout_2 .product_content_wrapper .column,
    .product_layout_2 .product_content_wrapper .columns {
      position: inherit !important; }
    .product_layout_2 .product_content_wrapper .product-images-wrapper .product-images-controller {
      left: 2%; }
    .product_layout_2 .product_content_wrapper .product_infos {
      width: 35%;
      right: 0;
      padding: 0 50px 0 0px;
      position: fixed; }
      .product_layout_2 .product_content_wrapper .product_infos .product_summary_top {
        margin-top: -4px; }
      .product_layout_2 .product_content_wrapper .product_infos.long-description {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 50px 0 0px; }
      .product_layout_2 .product_content_wrapper .product_infos .cart .single_add_to_cart_button {
        padding: 16px 65px !important; }
    .product_layout_2 .product_content_wrapper .woocommerce-tabs {
      padding-right: 50px; }
  .product_layout_2 .product_socials_wrapper {
    position: fixed;
    top: 430px;
    right: 100%;
    z-index: 999;
    transition: all .5s;
    animation: slide-in-from-left;
    animation-duration: 3s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    -ms-transform: translateX(0);
    transform: translateX(0); }
    .product_layout_2 .product_socials_wrapper .share-product-text {
      display: none; }
    .product_layout_2 .product_socials_wrapper .product_socials_wrapper_inner a {
      display: block;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
      background: #FFF;
      border-radius: 50%;
      text-align: center;
      padding-top: 10px;
      margin: 10px 0;
      width: 38px;
      height: 38px; }
      .product_layout_2 .product_socials_wrapper .product_socials_wrapper_inner a:first-child {
        margin-top: 0; } }

@media only screen and (min-width: 1280px) {
  .product_layout_2 .product_content_wrapper {
    max-width: 80%; }
    .product_layout_2 .product_content_wrapper .product_infos {
      width: 24%;
      right: 8%;
      padding: 0; }
      .product_layout_2 .product_content_wrapper .product_infos.long-description {
        position: absolute;
        top: 0;
        right: 8%;
        padding: 0; }
    .product_layout_2 .product_content_wrapper .product-images-wrapper .product-images-controller {
      left: 10.5%; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product_layout_2 .product_content_wrapper .product_infos .product_summary_top {
    padding: 45px 0 30px; }
  .product_layout_2 .product_content_wrapper .product_infos .product_summary_middle .product_title {
    margin-bottom: 30px; }
  .product_layout_2 .product_content_wrapper .product_infos .price {
    margin-bottom: 35px; } }

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .product_layout_2 .product-images-wrapper {
    padding-right: 50px; } }

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .product_layout_2 .product_navigation {
    display: none; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .product_layout_2 .product_content_wrapper .product_infos form.cart .quantity.custom ~ button {
    padding: 16px 40px !important; }
  .product_layout_2 .product_content_wrapper .product_infos form.cart .button {
    min-width: inherit !important; } }

.product_layout_3 .product_content_wrapper {
  max-width: 1500px;
  margin: 0 auto; }
  .product_layout_3 .product_content_wrapper .product-images-wrapper .product-images-style-3 {
    display: none; }
    @media (min-width: 1024px) {
      .product_layout_3 .product_content_wrapper .product-images-wrapper .product-images-style-3 {
        display: block; } }
  .product_layout_3 .product_content_wrapper .product-images-wrapper .product_title {
    text-align: left;
    z-index: 999;
    margin-bottom: 0;
    padding: 30px; }
    .product_layout_3 .product_content_wrapper .product-images-wrapper .product_title.for-desktop {
      position: absolute;
      top: -4px;
      margin-bottom: 50px;
      padding: 0; }
  .product_layout_3 .product_content_wrapper .product-images-wrapper .images {
    float: none !important;
    width: auto !important;
    margin: 0 !important; }
  .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images {
    font-size: 0; }
    .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-image {
      position: relative;
      vertical-align: middle;
      margin-bottom: 25px; }
      .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-image .easyzoom.el_zoom img {
        cursor: url(../images/cursor-zoom.png), auto; }
      .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-image.mobile {
        display: none; }
      .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-image .desktop-image {
        display: block; }
      .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-image:first-child {
        width: 100%; }
        .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-image:first-child img {
          padding: 0; }
      .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-image img {
        width: 100%; }
      .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-image .caption {
        padding: 30px 0 40px;
        max-width: 50%; }
        .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-image .caption:before {
          content: "";
          width: 50px;
          height: 1px;
          margin-right: 20px;
          display: inline-block;
          vertical-align: super; }
    .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-video-icon {
      display: none; }
    .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller {
      position: fixed;
      list-style-type: none;
      margin: 0;
      z-index: 9; }
      .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller li.video-icon .dot {
        border: 2px solid;
        width: 18px;
        height: 18px;
        font-size: 8px;
        margin: 0; }
        .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller li.video-icon .dot.current {
          border-color: transparent; }
        .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller li.video-icon .dot i {
          color: #FFF;
          font-size: 6px;
          text-align: center;
          vertical-align: middle;
          margin-left: 1px; }
      .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller .dot {
        width: 8px;
        height: 8px;
        border: 1px solid;
        border-radius: 100%;
        transition: all .5s;
        margin: 13px auto;
        display: block;
        text-align: center; }
        .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller .dot:first-child {
          margin-top: 0; }
        .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-images-controller .dot.current {
          border-color: transparent; }
  .product_layout_3 .product_content_wrapper .mobile_gallery,
  .product_layout_3 .product_content_wrapper .mobile_gallery_thumbs {
    display: none; }
    @media (max-width: 1023px) {
      .product_layout_3 .product_content_wrapper .mobile_gallery,
      .product_layout_3 .product_content_wrapper .mobile_gallery_thumbs {
        display: block; } }
  .product_layout_3 .product_content_wrapper .mobile_gallery img {
    width: 100%; }
  .product_layout_3 .product_content_wrapper .mobile_gallery .swiper-slide.video {
    height: 100px;
    font-size: 100px;
    text-align: center; }
  .product_layout_3 .product_content_wrapper .mobile_gallery .swiper-lazy-preloader {
    animation: none; }
    .product_layout_3 .product_content_wrapper .mobile_gallery .swiper-lazy-preloader:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 9;
      content: "";
      height: 100%;
      width: 100%;
      background: url("../images/morph-shape-gif-preloader.gif") center no-repeat;
      background-size: auto 15px; }
  .product_layout_3 .product_content_wrapper .mobile_gallery_thumbs {
    height: 100px;
    box-sizing: border-box; }
    @media (min-width: 640px) {
      .product_layout_3 .product_content_wrapper .mobile_gallery_thumbs {
        margin-left: 0;
        margin-right: 0; } }
    .product_layout_3 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper {
      list-style-type: none;
      padding: 0;
      margin: 0 0 0 -37.5%; }
      .product_layout_3 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
        background-size: cover;
        background-position: center center; }
        .product_layout_3 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper .swiper-slide.youtube {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center; }
          .product_layout_3 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper .swiper-slide.youtube &gt; i {
            font-size: 50px; }
      .product_layout_3 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper .swiper-slide-active {
        opacity: 1; }
  .product_layout_3 .product_content_wrapper .product_infos .group_table tr td {
    font-size: 1rem;
    padding-bottom: 13px !important;
    padding-top: 13px !important;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle !important; }
    .product_layout_3 .product_content_wrapper .product_infos .group_table tr td .quantity {
      margin: 0 20px 0 0 !important; }
      @media screen and (max-width: 1024px) {
        .product_layout_3 .product_content_wrapper .product_infos .group_table tr td .quantity.custom {
          margin-right: 10px !important; }
          .product_layout_3 .product_content_wrapper .product_infos .group_table tr td .quantity.custom .minus-btn,
          .product_layout_3 .product_content_wrapper .product_infos .group_table tr td .quantity.custom .plus-btn {
            min-width: 25px !important;
            width: 25px !important;
            height: 25px;
            padding: 0 !important; }
          .product_layout_3 .product_content_wrapper .product_infos .group_table tr td .quantity.custom input.custom-qty {
            width: 25px; } }
  .product_layout_3 .product_content_wrapper .product_infos .group_table tr:first-child td {
    padding-top: 5px !important; }
  .product_layout_3 .product_content_wrapper .product_infos .group_table tr:last-child td {
    border-bottom: none; }
  .product_layout_3 .product_content_wrapper .product_infos .group_table td.label {
    display: table-cell;
    cursor: default !important;
    color: #333; }
    @media screen and (max-width: 1024px) {
      .product_layout_3 .product_content_wrapper .product_infos .group_table td.label {
        padding-left: 10px !important;
        padding-right: 10px !important; } }
    .product_layout_3 .product_content_wrapper .product_infos .group_table td.label label {
      margin-top: -5px;
      cursor: default !important;
      padding-right: 0; }
      @media screen and (max-width: 1024px) {
        .product_layout_3 .product_content_wrapper .product_infos .group_table td.label label a {
          font-size: 13px !important; } }
  @media screen and (max-width: 1024px) {
    .product_layout_3 .product_content_wrapper .product_infos .group_table td.price {
      font-size: 13px !important;
      text-align: right; } }
  .product_layout_3 .product_content_wrapper .product_infos .group_table label a {
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: 700;
    white-space: normal;
    text-transform: capitalize; }
  .product_layout_3 .product_content_wrapper .product_infos .group_table del .amount {
    margin-right: 5px; }
  .product_layout_3 .product_content_wrapper .product_infos .product_summary_top:after {
    content: "";
    display: block;
    clear: both; }
  .product_layout_3 .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb {
    width: 70%;
    float: left;
    text-transform: uppercase;
    font-size: 0;
    font-weight: bold;
    line-height: 18px;
    padding: 0; }
    .product_layout_3 .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb .breadcrump_sep {
      font-size: 10px; }
      .product_layout_3 .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb .breadcrump_sep:last-child {
        display: none; }
    .product_layout_3 .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb a {
      padding-left: 7px;
      padding-right: 7px;
      font-size: 10px; }
      .product_layout_3 .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb a:first-child {
        padding-left: 0; }
  .product_layout_3 .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating {
    width: auto;
    float: right;
    margin-bottom: 0;
    position: relative;
    text-align: right;
    line-height: 18px; }
    .product_layout_3 .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating .woocommerce-review-link {
      font-size: 0;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      width: 100%;
      height: 10px;
      padding-bottom: 30px; }
    .product_layout_3 .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating .star-rating {
      top: -2px; }
  .product_layout_3 .product_content_wrapper .product_infos .product_summary_top .woocommerce_review_link_hover {
    position: absolute;
    top: -40px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: auto;
    padding: 5px 10px 7px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px;
    background: #000;
    color: #FFF;
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
    visibility: hidden; }
    .product_layout_3 .product_content_wrapper .product_infos .product_summary_top .woocommerce_review_link_hover.hovered {
      transition: all .5s;
      opacity: 1;
      visibility: visible; }
    .product_layout_3 .product_content_wrapper .product_infos .product_summary_top .woocommerce_review_link_hover:before {
      top: 100%;
      right: 30px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(27, 27, 29, 0);
      border-top-color: #1b1b1d;
      border-width: 4px; }
  .product_layout_3 .product_content_wrapper .product_infos .price {
    font-size: 22px !important;
    font-weight: bold; }
  .product_layout_3 .product_content_wrapper .product_infos .qty {
    display: none; }
  .product_layout_3 .product_content_wrapper .product_infos form.cart {
    margin-bottom: 30px; }
    .product_layout_3 .product_content_wrapper .product_infos form.cart table.group_table {
      margin-bottom: 30px; }
    .product_layout_3 .product_content_wrapper .product_infos form.cart .button {
      display: inline-block;
      float: none !important;
      vertical-align: middle; }
    .product_layout_3 .product_content_wrapper .product_infos form.cart .quantity {
      float: left;
      font-weight: 700;
      margin: 0 20px 20px 0 !important;
      width: auto !important; }
      .product_layout_3 .product_content_wrapper .product_infos form.cart .quantity.custom {
        float: inherit !important; }
      .product_layout_3 .product_content_wrapper .product_infos form.cart .quantity .qty {
        font-size: 1rem;
        width: 50px !important;
        font-weight: bold !important;
        border-bottom-width: 2px;
        border-top-width: 0;
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-style: solid;
        display: block;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        width: 60px !important;
        height: 50px !important;
        line-height: 50px !important;
        float: left;
        text-align: center;
        vertical-align: middle;
        border: none;
        outline: none;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        background: none;
        box-sizing: border-box;
        transition: none; }
        @media screen and (min-width: 1025px) {
          .product_layout_3 .product_content_wrapper .product_infos form.cart .quantity .qty {
            padding: 0px 0px 0px 13px; } }
  .product_layout_3 .product_content_wrapper .product_infos #yith-wcwl-popup-message {
    display: none !important; }
  .product_layout_3 .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist {
    margin: 0 0 17px;
    height: auto;
    position: relative;
    height: auto; }
    .product_layout_3 .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show:before {
      content: ""; }
    .product_layout_3 .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show a.add_to_wishlist .add_to_wishlist_text:before {
      top: 100%;
      left: 10px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(27, 27, 29, 0);
      border-top-color: #1b1b1d;
      border-width: 4px; }
    .product_layout_3 .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
      content: "\f08a"; }
    @media screen and (min-width: 768px) {
      .product_layout_3 .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist:after {
        content: "";
        width: 50px;
        height: 1px;
        display: block;
        margin-top: 20px; } }
  .product_layout_3 .product_content_wrapper .product_meta {
    font-size: 10px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding: 22px 30px 22px;
    text-align: left;
    padding: 0;
    clear: left; }
    .product_layout_3 .product_content_wrapper .product_meta &gt; span {
      display: block;
      text-transform: uppercase; }
      .product_layout_3 .product_content_wrapper .product_meta &gt; span a {
        font-size: 10px;
        font-weight: normal;
        text-transform: uppercase;
        transition: color 0.3s;
        font-weight: bold; }
  .product_layout_3 .product_content_wrapper .woocommerce-tabs {
    padding-top: 80px; }
    .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel {
      margin: 0 !important; }
      .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel &gt; h2 {
        display: none; }
      .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel .large-8 &gt; h2 {
        display: none; }
      .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes {
        border-top: none;
        margin-top: -5px;
        margin-bottom: -2px; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes tr:last-child {
          border-bottom: none; }
          .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes tr:last-child td {
            border-bottom: none; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes th,
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes td {
          font-size: 1rem;
          font-weight: normal; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes th {
          width: 110px;
          padding: 11px 20px 11px 0;
          border: none; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes td {
          padding: 11px 0px 11px;
          font-style: normal;
          border: none; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes p {
          padding: 0; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes .alt td,
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes .alt th {
          background: none !important; }
      .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews {
        margin-top: 24px; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #comment {
          height: 140px; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews .star-rating {
          font-size: 10px;
          top: 4px;
          margin-right: -70px; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews h2 {
          margin: 0 0 45px; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews .comment-metadata {
          margin-bottom: 16px;
          margin-top: -3px; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist {
          margin: 0px 0 30px;
          width: 100%;
          background: none;
          list-style: none; }
          .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li {
            padding: 0;
            margin: 25px 0 30px;
            border: 0;
            position: relative;
            background: 0;
            border: 0; }
            .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li:first-child {
              margin-top: 0px; }
            .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li img.avatar {
              background: none;
              border: 0;
              margin: 0;
              line-height: 1;
              position: absolute;
              float: none;
              left: 0;
              top: -5px;
              width: 50px;
              height: 50px;
              padding: 0;
              overflow: hidden;
              -webkit-border-radius: 70px;
              -moz-border-radius: 70px;
              border-radius: 70px; }
            .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text {
              margin: 0 70px 0 70px;
              border: 0;
              -webkit-border-radius: 0;
              border-radius: 0;
              padding: 0; }
              .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text .verified {
                color: #a1a1a1;
                display: inline-block; }
            .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li .description {
              margin: 11px -70px 0 0; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form-rating {
          margin: 0 0 20px; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond p .comment-form-author {
          margin-bottom: 0; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond p .comment-form-email {
          margin-bottom: 15px; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond p .comment-form-comment {
          margin-top: -30px; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond input#submit {
          font-size: 13px; }
          .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond input#submit:hover {
            color: #FFF; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond form .form-row-first.comment-form-author,
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond form .form-row-last.comment-form-email {
          width: 100%; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews h3 {
          font-size: 1.125rem; }
          .product_layout_3 .product_content_wrapper .woocommerce-tabs .panel #reviews h3.comment-reply-title {
            font-size: 1.3125rem;
            line-height: 1.4;
            font-weight: 700;
            margin-bottom: 7px;
            text-align: left; }
    .product_layout_3 .product_content_wrapper .woocommerce-tabs ul.tabs {
      padding-left: 0 !important;
      margin-bottom: 50px !important;
      text-align: left !important; }
      .product_layout_3 .product_content_wrapper .woocommerce-tabs ul.tabs:before {
        display: none !important; }
      .product_layout_3 .product_content_wrapper .woocommerce-tabs ul.tabs li {
        border: none !important;
        background: none !important;
        border-radius: 0px !important;
        padding: 0 !important;
        margin: 0 15px !important;
        font-size: 13px; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs ul.tabs li a {
          text-transform: uppercase; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs ul.tabs li:first-child {
          margin-left: 0 !important; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs ul.tabs li.active {
          background: none !important;
          border-top: 3px solid !important; }
        .product_layout_3 .product_content_wrapper .woocommerce-tabs ul.tabs li:before, .product_layout_3 .product_content_wrapper .woocommerce-tabs ul.tabs li:after {
          display: none !important; }

.product_layout_3 .product-type-grouped form.cart {
  float: none !important; }

.product_layout_3 .product_navigation {
  position: fixed;
  left: 100%;
  top: 430px;
  z-index: 999;
  transition: all .5s;
  animation: slide-in-from-right;
  animation-duration: 3s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  -ms-transform: translateX(0);
  transform: translateX(0); }
  .product_layout_3 .product_navigation #nav-below .product-nav-previous,
  .product_layout_3 .product_navigation #nav-below .product-nav-next {
    text-align: center; }
    .product_layout_3 .product_navigation #nav-below .product-nav-previous a,
    .product_layout_3 .product_navigation #nav-below .product-nav-next a {
      display: block;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
      background: #FFF;
      border-radius: 50%;
      text-align: center;
      padding-top: 6px;
      width: 38px;
      height: 38px;
      margin: 10px 0;
      transition: all .5s;
      font-size: 24px; }
      .product_layout_3 .product_navigation #nav-below .product-nav-previous a:hover,
      .product_layout_3 .product_navigation #nav-below .product-nav-next a:hover {
        opacity: .7; }
  .product_layout_3 .product_navigation #nav-below .product-nav-previous {
    margin-bottom: 10px; }

@keyframes slide-in-from-right {
  0% {
    transform: translateX(55px); }
  50% {
    transform: translateX(-95px); }
  75% {
    transform: translateX(-95px); }
  100% {
    transform: translateX(-95px); } }

.product_layout_3 .product-badges {
  position: absolute;
  top: 98px;
  margin-left: 15px;
  z-index: 998; }
  @media screen and (min-width: 1024px) {
    .product_layout_3 .product-badges {
      z-index: 999;
      top: 47px;
      margin-left: 50px; } }
  .product_layout_3 .product-badges .product-sale {
    margin-bottom: 10px; }
    .product_layout_3 .product-badges .product-sale .onsale {
      position: inherit;
      top: inherit;
      margin-right: 0;
      display: inline-block; }
  .product_layout_3 .product-badges .out_of_stock_wrapper .out_of_stock_badge_single {
    position: inherit;
    top: inherit;
    margin-right: 0;
    display: inline-block;
    font-weight: bold; }

.product_layout_3 section.related h2,
.product_layout_3 section.up-sells h2 {
  text-align: left;
  font-size: 13px !important;
  text-transform: uppercase;
  margin-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .product_layout_3 section.related h2,
    .product_layout_3 section.up-sells h2 {
      margin-top: 75px; } }
  @media screen and (min-width: 1024px) {
    .product_layout_3 section.related h2,
    .product_layout_3 section.up-sells h2 {
      margin-top: 100px; } }

.product_layout_3 .single_product_summary_upsell + .single_product_summary_related .related h2 {
  margin-top: -20px; }

@media screen and (min-width: 1024px) {
  .product_layout_3 .related,
  .product_layout_3 .up-sells {
    padding-right: 50px; } }

@media screen and (max-width: 639px) {
  .product_layout_3 .related ul.products li:nth-child(n+3),
  .product_layout_3 .up-sells ul.products li:nth-child(n+3) {
    display: none; } }

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .product_layout_3 .related ul.products li:nth-child(n+4),
  .product_layout_3 .up-sells ul.products li:nth-child(n+4) {
    display: none; } }

.product_layout_3 .related .product_after_shop_loop .product_after_shop_loop_price span.price,
.product_layout_3 .up-sells .product_after_shop_loop .product_after_shop_loop_price span.price {
  font-size: 13px; }

.product_layout_3 .related .large-centered,
.product_layout_3 .related .medium-centered,
.product_layout_3 .related .small-centered,
.product_layout_3 .up-sells .large-centered,
.product_layout_3 .up-sells .medium-centered,
.product_layout_3 .up-sells .small-centered {
  float: left !important; }

@media only screen and (min-width: 40.063em) {
  .product_layout_3 .product_content_wrapper {
    padding-bottom: 65px; }
  .product_layout_3 .product-images-wrapper {
    margin: 0 !important; }
  .product_layout_3 .woocommerce-tabs {
    padding-top: 0px; }
  .product_layout_3 div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    border-top: 3px solid transparent;
    margin: -1px 21px 18px 21px; }
    .product_layout_3 div.product .woocommerce-tabs ul.tabs li:after {
      display: none; }
    .product_layout_3 div.product .woocommerce-tabs ul.tabs li a {
      line-height: 1.5;
      padding: 18px 0 5px;
      border-bottom: none; }
      .product_layout_3 div.product .woocommerce-tabs ul.tabs li a.active {
        border-bottom: none; }
  .product_layout_3 .single_product_summary_upsell h2 {
    font-size: 1.5em;
    margin: 72px 0 26px 0; }
  .product_layout_3 table.shop_attributes {
    margin-top: 0px;
    margin-bottom: 0px; }
    .product_layout_3 table.shop_attributes th {
      width: 150px; }
    .product_layout_3 table.shop_attributes th, .product_layout_3 table.shop_attributes td {
      padding: 13px 0px 13px; }
  .product_layout_3 .product_infos .group_table td.label label {
    margin-top: 0px; }
  .product_layout_3 .product_infos .group_table td.label .price {
    display: none; }
  .product_layout_3 .product_infos .group_table td.price {
    display: table-cell; }
  .product_layout_3 #reviews #comments ol.commentlist {
    margin: 50px 0 55px; }
  .product_layout_3 #reviews #comments ol.commentlist li img.avatar {
    width: 70px;
    height: 70px; }
  .product_layout_3 #reviews {
    font-size: 1.3125rem; }
  .product_layout_3 #reviews #comments ol.commentlist li {
    margin: 0 50px 0 55px; }
  .product_layout_3 #reviews #comments ol.commentlist li .comment-text .description {
    margin: 11px -100px 0 0; }
  .product_layout_3 #reviews h3.comment-reply-title {
    font-size: 1.75rem;
    line-height: 1.3; }
  .product_layout_3 #reviews .star-rating {
    margin-right: -100px; }
  .product_layout_3 .comment-form-rating p.stars {
    font-size: 0.875rem; }
  .product_layout_3 form .form-row-first.comment-form-author,
  .product_layout_3 form .form-row-last.comment-form-email {
    width: 48%; }
  .product_layout_3 .tob_bar_shop,
  .product_layout_3 .single-product .tob_bar_shop {
    display: block; }
  .product_layout_3 .tob_bar_shop.full_header {
    min-height: 40px;
    padding: 0 20px; }
    .product_layout_3 .tob_bar_shop.full_header .tob_bar_shop_left_column {
      float: left; } }

@media only screen and (min-width: 63.9375em) {
  .product_layout_3 .product_content_wrapper {
    padding-bottom: 85px; }
  .product_layout_3 .product_summary_thumbnails_wrapper {
    display: block; }
  .product_layout_3 div.product .product_title, .product_layout_3 div.product .product_title {
    text-align: left; }
  .product_layout_3 div.product span.price,
  .product_layout_3 div.product p.price {
    text-align: left; }
  .product_layout_3 .product_images .flex-control-nav {
    display: none; }
  .product_layout_3 #reviews #comments ol.commentlist li .comment-text .description {
    margin: 15px 0 0 0; } }

@media only screen and (max-width: 767px) {
  .product_layout_3 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart {
    float: none; }
    .product_layout_3 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom {
      margin: 0 !important;
      padding: 10px 15px; }
      .product_layout_3 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom input {
        color: #FFF !important;
        border-color: #FFF !important; }
    .product_layout_3 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom ~ .button {
      display: inline-block;
      float: right !important;
      vertical-align: middle;
      padding: 16px 16px !important; }
    .product_layout_3 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity:not(.custom) {
      margin-right: 18px !important; }
    .product_layout_3 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity:not(.custom) ~ .button {
      float: left !important;
      padding: 16px 45px !important; }
    .product_layout_3 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .button {
      min-width: auto;
      width: auto;
      vertical-align: bottom;
      float: right !important;
      text-align: right;
      padding: 16px 65px !important; }
  .product_layout_3 .product:not(.product-type-grouped) .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist {
    margin: 0 0 15px; }
  .product_layout_3 .product .product_content_wrapper .product_infos .product_summary_top {
    padding: 35px 0 20px; }
    .product_layout_3 .product .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb {
      width: 100%; }
    .product_layout_3 .product .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating {
      display: none; }
  .product_layout_3 .product .product_content_wrapper .product_infos form.cart {
    margin-bottom: 16px; }
  .product_layout_3 .product .product_content_wrapper .product_infos .price {
    padding: 0 0 15px;
    margin-bottom: 0; }
  .product_layout_3 .product .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist {
    margin: 0 2px 35px;
    height: auto;
    float: left;
    position: relative; }
  .product_layout_3 .product .product_content_wrapper .product_summary_thumbnails_wrapper {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    padding: 0;
    max-height: 132px;
    overflow-x: auto;
    overflow-y: hidden; }
    .product_layout_3 .product .product_content_wrapper .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell {
      width: calc(100vw / 3);
      float: left;
      border-right: 1px solid #FFF;
      opacity: 1;
      transition: all 0.5s ease; }
      .product_layout_3 .product .product_content_wrapper .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell img {
        width: 100%; }
      .product_layout_3 .product .product_content_wrapper .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell.youtube {
        position: inherit;
        text-align: center;
        font-size: 50px;
        line-height: 132px; }
      .product_layout_3 .product .product_content_wrapper .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell:hover, .product_layout_3 .product .product_content_wrapper .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell.is-nav-selected {
        opacity: .2; }
  .product_layout_3 .product .product_content_wrapper .product_meta {
    padding: 0  0 20px;
    margin: 0 0 28.5px;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    .product_layout_3 .product .product_content_wrapper .product_meta &gt; span {
      line-height: 18px;
      padding-bottom: 5px; }
  .product_layout_3 .product .woocommerce-tabs {
    padding-top: 0; }
    .product_layout_3 .product .woocommerce-tabs #tab-description {
      text-align: left; }
    .product_layout_3 .product .woocommerce-tabs ul.tabs {
      text-align: center !important;
      margin-bottom: 20px !important; }
      .product_layout_3 .product .woocommerce-tabs ul.tabs li {
        display: block !important; }
      .product_layout_3 .product .woocommerce-tabs ul.tabs li:first-child {
        margin-left: inherit !important; }
      .product_layout_3 .product .woocommerce-tabs ul.tabs li.active {
        border-top: none !important; }
  .product_layout_3 .product_socials_wrapper {
    display: table;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin: 30px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    .product_layout_3 .product_socials_wrapper .share-product-text,
    .product_layout_3 .product_socials_wrapper .product_socials_wrapper_inner {
      display: table-cell;
      vertical-align: middle;
      width: 50%; }
    .product_layout_3 .product_socials_wrapper .share-product-text {
      font-size: 10px;
      text-transform: uppercase;
      font-weight: bold;
      text-align: left; }
    .product_layout_3 .product_socials_wrapper .product_socials_wrapper_inner {
      text-align: right; }
      .product_layout_3 .product_socials_wrapper .product_socials_wrapper_inner a {
        padding-right: 10px; }
  .product_layout_3 .woocommerce-tabs {
    padding-top: 0; }
    .product_layout_3 .woocommerce-tabs ul.tabs .description_tab.active {
      border-top: 0px !important; }
  .product_layout_3 section.related h2,
  .product_layout_3 section.up-sells h2 {
    margin: 40px 0 20px;
    text-align: center; } }

@media only screen and (max-width: 1023px) {
  .product_layout_3 .product_content_wrapper {
    max-width: 100%;
    margin-top: -40px; }
    .product_layout_3 .product_content_wrapper .product-images-wrapper {
      margin: 0 -20px; }
      .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-image {
        width: calc(100% / 3);
        margin-bottom: 0;
        display: inline-block; }
        .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-image.mobile {
          display: inline-block; }
        .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-image .mobile-gallery-bg {
          min-height: 135px;
          background-size: cover;
          display: block;
          background-repeat: no-repeat;
          background-position: center center; }
        .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-image.video {
          display: none; }
        .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-image .caption {
          display: none; }
        .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-image img {
          padding: 0; }
      .product_layout_3 .product_content_wrapper .product-images-wrapper .product_images .product-video-icon {
        font-size: 50px;
        display: inline-block;
        text-align: center;
        width: calc(100% / 3);
        vertical-align: middle;
        margin-bottom: 0; }
      .product_layout_3 .product_content_wrapper .product-images-wrapper .product-images-controller {
        display: none; }
    .product_layout_3 .product_content_wrapper .product_infos .long-description {
      position: inherit;
      top: auto; } }

@media only screen and (min-width: 1024px) {
  .product_layout_3 .product_content_wrapper {
    max-width: 100%; }
    .product_layout_3 .product_content_wrapper .column,
    .product_layout_3 .product_content_wrapper .columns {
      position: inherit !important; }
    .product_layout_3 .product_content_wrapper .product-images-wrapper .product-images-controller {
      left: 2%; }
    .product_layout_3 .product_content_wrapper .product_infos {
      position: fixed;
      right: 0;
      bottom: auto;
      width: 35%;
      padding: 0 50px 0 0; }
      .product_layout_3 .product_content_wrapper .product_infos.long-description {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 50px 0 0; }
      .product_layout_3 .product_content_wrapper .product_infos .product_summary_top {
        margin-bottom: 55px;
        margin-top: -4px; }
      .product_layout_3 .product_content_wrapper .product_infos .cart .single_add_to_cart_button {
        padding: 16px 65px !important; }
  .product_layout_3 .product_socials_wrapper {
    position: fixed;
    top: 430px;
    right: 100%;
    z-index: 999;
    transition: all .5s;
    animation: slide-in-from-left;
    animation-duration: 3s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    -ms-transform: translateX(0);
    transform: translateX(0); }
    .product_layout_3 .product_socials_wrapper .share-product-text {
      display: none; }
    .product_layout_3 .product_socials_wrapper .product_socials_wrapper_inner a {
      display: block;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
      background: #FFF;
      border-radius: 50%;
      text-align: center;
      padding-top: 10px;
      margin: 10px 0;
      width: 38px;
      height: 38px; }
      .product_layout_3 .product_socials_wrapper .product_socials_wrapper_inner a:first-child {
        margin-top: 0; } }

@media only screen and (min-width: 1280px) {
  .product_layout_3 .product_content_wrapper {
    max-width: 80%; }
    .product_layout_3 .product_content_wrapper .product_infos {
      width: 24%;
      right: 8%;
      padding: 0; }
      .product_layout_3 .product_content_wrapper .product_infos.long-description {
        position: absolute;
        top: 0;
        right: 8%;
        padding: 0; }
    .product_layout_3 .product_content_wrapper .product-images-wrapper .product-images-controller {
      left: 10.5%; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product_layout_3 .product_content_wrapper .product_infos .product_summary_top {
    padding: 45px 0 30px; }
  .product_layout_3 .product_content_wrapper .product_infos .product_summary_middle .product_title {
    margin-bottom: 30px; }
  .product_layout_3 .product_content_wrapper .product_infos .price {
    margin-bottom: 35px; } }

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .product_layout_3 .product-images-wrapper {
    padding-right: 50px; } }

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .product_layout_3 .product_navigation {
    display: none; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .product_layout_3 .product_content_wrapper .product_infos form.cart .quantity.custom ~ button {
    padding: 16px 40px !important; }
  .product_layout_3 .product_content_wrapper .product_infos form.cart .button {
    min-width: inherit !important; } }

.product_layout_4 .product_content_wrapper {
  max-width: 80%;
  margin: 0 auto; }
  .product_layout_4 .product_content_wrapper .product-images-wrapper {
    position: relative; }
    .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 {
      display: none; }
      @media (min-width: 1024px) {
        .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 {
          display: block; } }
      .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4.images {
        float: none !important;
        width: auto !important;
        margin: 0 !important; }
        .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4.images .product-image {
          width: 100%; }
          .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4.images .product-image img {
            cursor: url(../images/cursor-zoom.png), auto; }
      .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images {
        font-size: 0; }
        .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images &gt; .product-image {
          margin-bottom: 100px;
          vertical-align: middle;
          position: relative;
          text-align: center;
          width: 60%; }
          .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images &gt; .product-image .easyzoom.el_zoom img {
            cursor: url(../images/cursor-zoom.png), auto; }
          @media screen and (min-width: 1024px) {
            .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images &gt; .product-image {
              padding: 0 30px;
              display: inline-block; } }
          .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images &gt; .product-image.mobile {
            display: none; }
          .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images &gt; .product-image .desktop-image {
            display: block; }
          .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images &gt; .product-image:last-child {
            margin-bottom: 0; }
          .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images &gt; .product-image:first-child {
            width: 100%; }
            .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images &gt; .product-image:first-child img {
              padding: 0; }
          .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images &gt; .product-image:nth-child(4n+4), .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images &gt; .product-image:nth-child(4n+3) {
            width: 40%;
            display: inline-block;
            vertical-align: middle; }
            @media screen and (min-width: 1024px) {
              .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images &gt; .product-image:nth-child(4n+4), .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images &gt; .product-image:nth-child(4n+3) {
                padding: 60px 30px 0; } }
          .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images &gt; .product-image img {
            width: 100%; }
          .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images &gt; .product-image.video {
            width: 100%;
            margin-bottom: 0; }
        .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images:after {
          content: "";
          display: block;
          clear: both; }
        .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images .product-video-icon {
          display: none; }
  .product_layout_4 .product_content_wrapper .mobile_gallery,
  .product_layout_4 .product_content_wrapper .mobile_gallery_thumbs {
    display: none; }
    @media (max-width: 1023px) {
      .product_layout_4 .product_content_wrapper .mobile_gallery,
      .product_layout_4 .product_content_wrapper .mobile_gallery_thumbs {
        display: block; } }
  .product_layout_4 .product_content_wrapper .mobile_gallery img {
    width: 100%; }
  .product_layout_4 .product_content_wrapper .mobile_gallery .swiper-slide.video {
    height: 100px;
    font-size: 100px;
    text-align: center; }
  .product_layout_4 .product_content_wrapper .mobile_gallery .swiper-lazy-preloader {
    animation: none; }
    .product_layout_4 .product_content_wrapper .mobile_gallery .swiper-lazy-preloader:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 9;
      content: "";
      height: 100%;
      width: 100%;
      background: url("../images/morph-shape-gif-preloader.gif") center no-repeat;
      background-size: auto 15px; }
  .product_layout_4 .product_content_wrapper .mobile_gallery_thumbs {
    height: 100px;
    box-sizing: border-box; }
    @media (min-width: 640px) {
      .product_layout_4 .product_content_wrapper .mobile_gallery_thumbs {
        margin-left: 0;
        margin-right: 0; } }
    .product_layout_4 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper {
      list-style-type: none;
      padding: 0;
      margin: 0 0 0 -37.5%; }
      .product_layout_4 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
        background-size: cover;
        background-position: center center; }
        .product_layout_4 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper .swiper-slide.youtube {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center; }
          .product_layout_4 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper .swiper-slide.youtube &gt; i {
            font-size: 50px; }
      .product_layout_4 .product_content_wrapper .mobile_gallery_thumbs .swiper-wrapper .swiper-slide-active {
        opacity: 1; }
  .product_layout_4 .product_content_wrapper .product_infos .group_table tr td {
    font-size: 1rem;
    padding-bottom: 13px !important;
    padding-top: 13px !important;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle !important; }
    .product_layout_4 .product_content_wrapper .product_infos .group_table tr td .quantity {
      margin: 0 20px 0 0 !important; }
      @media screen and (max-width: 1024px) {
        .product_layout_4 .product_content_wrapper .product_infos .group_table tr td .quantity.custom {
          margin-right: 10px !important; }
          .product_layout_4 .product_content_wrapper .product_infos .group_table tr td .quantity.custom .minus-btn,
          .product_layout_4 .product_content_wrapper .product_infos .group_table tr td .quantity.custom .plus-btn {
            min-width: 25px !important;
            width: 25px !important;
            height: 25px;
            padding: 0 !important; }
          .product_layout_4 .product_content_wrapper .product_infos .group_table tr td .quantity.custom input.custom-qty {
            width: 25px; } }
  .product_layout_4 .product_content_wrapper .product_infos .group_table tr:first-child td {
    padding-top: 5px !important; }
  .product_layout_4 .product_content_wrapper .product_infos .group_table tr:last-child td {
    border-bottom: none; }
  .product_layout_4 .product_content_wrapper .product_infos .group_table td.label {
    display: table-cell;
    cursor: default !important;
    color: #333; }
    @media screen and (max-width: 1024px) {
      .product_layout_4 .product_content_wrapper .product_infos .group_table td.label {
        padding-left: 10px !important;
        padding-right: 10px !important; } }
    .product_layout_4 .product_content_wrapper .product_infos .group_table td.label label {
      margin-top: -5px;
      cursor: default !important;
      padding-right: 0; }
      @media screen and (max-width: 1024px) {
        .product_layout_4 .product_content_wrapper .product_infos .group_table td.label label a {
          font-size: 13px !important; } }
  @media screen and (max-width: 1024px) {
    .product_layout_4 .product_content_wrapper .product_infos .group_table td.price {
      font-size: 13px !important;
      text-align: right; } }
  .product_layout_4 .product_content_wrapper .product_infos .group_table label a {
    font-size: 1rem;
    line-height: 1.3125rem;
    font-weight: 700;
    white-space: normal;
    text-transform: capitalize; }
  .product_layout_4 .product_content_wrapper .product_infos .group_table del .amount {
    margin-right: 5px; }
  .product_layout_4 .product_content_wrapper .product_infos .product_summary_top {
    margin-bottom: 55px; }
    .product_layout_4 .product_content_wrapper .product_infos .product_summary_top:after {
      content: "";
      display: block;
      clear: both; }
    .product_layout_4 .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb {
      width: 70%;
      float: left;
      text-transform: uppercase;
      font-size: 0;
      font-weight: bold;
      line-height: 18px;
      padding: 0; }
      .product_layout_4 .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb .breadcrump_sep {
        font-size: 10px; }
        .product_layout_4 .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb .breadcrump_sep:last-child {
          display: none; }
      .product_layout_4 .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb a {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 10px; }
        .product_layout_4 .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb a:first-child {
          padding-left: 0; }
    .product_layout_4 .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating {
      width: auto;
      float: right;
      margin-bottom: 0;
      position: relative;
      text-align: right;
      line-height: 18px; }
      .product_layout_4 .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating .woocommerce-review-link {
        font-size: 0;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        width: 100%;
        height: 10px;
        padding-bottom: 30px; }
      .product_layout_4 .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating .star-rating {
        top: -2px; }
    .product_layout_4 .product_content_wrapper .product_infos .product_summary_top .woocommerce_review_link_hover {
      position: absolute;
      top: -40px;
      right: 0;
      margin: 0 auto;
      text-align: center;
      width: auto;
      padding: 5px 10px 7px;
      white-space: nowrap;
      font-size: 12px;
      line-height: 20px;
      background: #000;
      color: #FFF;
      pointer-events: none;
      opacity: 0;
      transition: all .5s;
      visibility: hidden; }
      .product_layout_4 .product_content_wrapper .product_infos .product_summary_top .woocommerce_review_link_hover.hovered {
        transition: all .5s;
        opacity: 1;
        visibility: visible; }
      .product_layout_4 .product_content_wrapper .product_infos .product_summary_top .woocommerce_review_link_hover:before {
        top: 100%;
        right: 30px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(27, 27, 29, 0);
        border-top-color: #1b1b1d;
        border-width: 4px; }
  .product_layout_4 .product_content_wrapper .product_infos .product_summary_middle .product_title {
    text-align: left;
    margin-bottom: 21px; }
  .product_layout_4 .product_content_wrapper .product_infos .price {
    font-size: 22px !important;
    font-weight: bold; }
  .product_layout_4 .product_content_wrapper .product_infos .qty {
    display: none; }
  .product_layout_4 .product_content_wrapper .product_infos form.cart {
    margin-bottom: 30px; }
    .product_layout_4 .product_content_wrapper .product_infos form.cart table.group_table {
      margin-bottom: 30px; }
    .product_layout_4 .product_content_wrapper .product_infos form.cart .button {
      display: inline-block;
      float: none !important;
      vertical-align: middle; }
    .product_layout_4 .product_content_wrapper .product_infos form.cart .quantity {
      float: left;
      font-weight: 700;
      margin: 0 20px 20px 0 !important;
      width: auto !important; }
      .product_layout_4 .product_content_wrapper .product_infos form.cart .quantity.custom {
        float: inherit !important; }
      .product_layout_4 .product_content_wrapper .product_infos form.cart .quantity .qty {
        font-size: 1rem;
        width: 50px !important;
        font-weight: bold !important;
        border-bottom-width: 2px;
        border-top-width: 0;
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-style: solid;
        display: block;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        width: 60px !important;
        height: 50px !important;
        line-height: 50px !important;
        float: left;
        text-align: center;
        vertical-align: middle;
        border: none;
        outline: none;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        background: none;
        box-sizing: border-box;
        transition: none; }
        @media screen and (min-width: 1025px) {
          .product_layout_4 .product_content_wrapper .product_infos form.cart .quantity .qty {
            padding: 0px 0px 0px 13px; } }
  .product_layout_4 .product_content_wrapper .product_infos #yith-wcwl-popup-message {
    display: none !important; }
  .product_layout_4 .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist {
    margin: 0 0 17px;
    height: auto;
    position: relative;
    height: auto; }
    .product_layout_4 .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show:before {
      content: ""; }
    .product_layout_4 .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show a.add_to_wishlist .add_to_wishlist_text:before {
      top: 100%;
      left: 10px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(27, 27, 29, 0);
      border-top-color: #1b1b1d;
      border-width: 4px; }
    .product_layout_4 .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
      content: "\f08a"; }
    @media screen and (min-width: 768px) {
      .product_layout_4 .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist:after {
        content: "";
        width: 50px;
        height: 1px;
        display: block;
        margin-top: 20px; } }
  .product_layout_4 .product_content_wrapper .product_meta {
    font-size: 10px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    padding: 22px 30px 22px;
    text-align: left;
    padding: 0;
    clear: left; }
    .product_layout_4 .product_content_wrapper .product_meta &gt; span {
      display: block;
      text-transform: uppercase; }
      .product_layout_4 .product_content_wrapper .product_meta &gt; span a {
        font-size: 10px;
        font-weight: normal;
        text-transform: uppercase;
        transition: color 0.3s;
        font-weight: bold; }
  .product_layout_4 .product_content_wrapper .woocommerce-tabs {
    padding-top: 80px; }
    .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel {
      margin: 0 !important; }
      .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel &gt; h2 {
        display: none; }
      .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel .large-8 &gt; h2 {
        display: none; }
      .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes {
        border-top: none;
        margin-top: -5px;
        margin-bottom: -2px; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes tr:last-child {
          border-bottom: none; }
          .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes tr:last-child td {
            border-bottom: none; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes th,
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes td {
          font-size: 1rem;
          font-weight: normal; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes th {
          width: 110px;
          padding: 11px 20px 11px 0;
          border: none; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes td {
          padding: 11px 0px 11px;
          font-style: normal;
          border: none; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes p {
          padding: 0; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes .alt td,
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel#tab-additional_information table.shop_attributes .alt th {
          background: none !important; }
      .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews {
        margin-top: 24px; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #comment {
          height: 140px; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews .star-rating {
          font-size: 10px;
          top: 4px;
          margin-right: -70px; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews h2 {
          margin: 0 0 45px; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews .comment-metadata {
          margin-bottom: 16px;
          margin-top: -3px; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist {
          margin: 0px 0 30px;
          width: 100%;
          background: none;
          list-style: none; }
          .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li {
            padding: 0;
            margin: 25px 0 30px;
            border: 0;
            position: relative;
            background: 0;
            border: 0; }
            .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li:first-child {
              margin-top: 0px; }
            .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li img.avatar {
              background: none;
              border: 0;
              margin: 0;
              line-height: 1;
              position: absolute;
              float: none;
              left: 0;
              top: -5px;
              width: 50px;
              height: 50px;
              padding: 0;
              overflow: hidden;
              -webkit-border-radius: 70px;
              -moz-border-radius: 70px;
              border-radius: 70px; }
            .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text {
              margin: 0 70px 0 70px;
              border: 0;
              -webkit-border-radius: 0;
              border-radius: 0;
              padding: 0; }
              .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text .verified {
                color: #a1a1a1;
                display: inline-block; }
            .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #comments ol.commentlist li .description {
              margin: 11px -70px 0 0; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond .comment-form-rating {
          margin: 0 0 20px; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond p .comment-form-author {
          margin-bottom: 0; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond p .comment-form-email {
          margin-bottom: 15px; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond p .comment-form-comment {
          margin-top: -30px; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond input#submit {
          font-size: 13px; }
          .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond input#submit:hover {
            color: #FFF; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond form .form-row-first.comment-form-author,
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #respond form .form-row-last.comment-form-email {
          width: 100%; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews h3 {
          font-size: 1.125rem; }
          .product_layout_4 .product_content_wrapper .woocommerce-tabs .panel #reviews h3.comment-reply-title {
            font-size: 1.3125rem;
            line-height: 1.4;
            font-weight: 700;
            margin-bottom: 7px;
            text-align: left; }
    .product_layout_4 .product_content_wrapper .woocommerce-tabs ul.tabs {
      padding-left: 0 !important;
      margin-bottom: 50px !important;
      text-align: left !important; }
      .product_layout_4 .product_content_wrapper .woocommerce-tabs ul.tabs:before {
        display: none !important; }
      .product_layout_4 .product_content_wrapper .woocommerce-tabs ul.tabs li {
        border: none !important;
        background: none !important;
        border-radius: 0px !important;
        padding: 0 !important;
        margin: 0 15px !important;
        font-size: 13px; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs ul.tabs li a {
          text-transform: uppercase; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs ul.tabs li:first-child {
          margin-left: 0 !important; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs ul.tabs li.active {
          background: none !important;
          border-top: 3px solid !important; }
        .product_layout_4 .product_content_wrapper .woocommerce-tabs ul.tabs li:before, .product_layout_4 .product_content_wrapper .woocommerce-tabs ul.tabs li:after {
          display: none !important; }

.product_layout_4 .product-type-grouped form.cart {
  float: none !important; }

.product_layout_4 .product_navigation {
  position: fixed;
  left: 100%;
  top: 430px;
  z-index: 999;
  transition: all .5s;
  animation: slide-in-from-right;
  animation-duration: 3s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  -ms-transform: translateX(0);
  transform: translateX(0); }
  .product_layout_4 .product_navigation #nav-below .product-nav-previous,
  .product_layout_4 .product_navigation #nav-below .product-nav-next {
    text-align: center; }
    .product_layout_4 .product_navigation #nav-below .product-nav-previous a,
    .product_layout_4 .product_navigation #nav-below .product-nav-next a {
      display: block;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
      background: #FFF;
      border-radius: 50%;
      text-align: center;
      padding-top: 6px;
      width: 38px;
      height: 38px;
      margin: 10px 0;
      transition: all .5s;
      font-size: 24px; }
      .product_layout_4 .product_navigation #nav-below .product-nav-previous a:hover,
      .product_layout_4 .product_navigation #nav-below .product-nav-next a:hover {
        opacity: .7; }
  .product_layout_4 .product_navigation #nav-below .product-nav-previous {
    margin-bottom: 10px; }

@keyframes slide-in-from-right {
  0% {
    transform: translateX(55px); }
  50% {
    transform: translateX(-95px); }
  75% {
    transform: translateX(-95px); }
  100% {
    transform: translateX(-95px); } }

.product_layout_4 .product-badges {
  position: absolute;
  top: 12px;
  margin-left: 15px;
  z-index: 998; }
  @media screen and (min-width: 1024px) {
    .product_layout_4 .product-badges {
      z-index: 999;
      top: 47px;
      margin-left: 50px; } }
  .product_layout_4 .product-badges .product-sale {
    margin-bottom: 10px; }
    .product_layout_4 .product-badges .product-sale .onsale {
      position: inherit;
      top: inherit;
      margin-right: 0;
      display: inline-block; }
  .product_layout_4 .product-badges .out_of_stock_wrapper .out_of_stock_badge_single {
    position: inherit;
    top: inherit;
    margin-right: 0;
    display: inline-block;
    font-weight: bold; }

.product_layout_4 section.related h2,
.product_layout_4 section.up-sells h2 {
  text-align: left;
  font-size: 13px !important;
  text-transform: uppercase;
  margin-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .product_layout_4 section.related h2,
    .product_layout_4 section.up-sells h2 {
      margin-top: 75px; } }
  @media screen and (min-width: 1024px) {
    .product_layout_4 section.related h2,
    .product_layout_4 section.up-sells h2 {
      margin-top: 100px; } }

.product_layout_4 .single_product_summary_upsell + .single_product_summary_related .related h2 {
  margin-top: -20px; }

@media screen and (min-width: 1024px) {
  .product_layout_4 .related,
  .product_layout_4 .up-sells {
    padding-right: 50px; } }

@media screen and (max-width: 639px) {
  .product_layout_4 .related ul.products li:nth-child(n+3),
  .product_layout_4 .up-sells ul.products li:nth-child(n+3) {
    display: none; } }

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .product_layout_4 .related ul.products li:nth-child(n+4),
  .product_layout_4 .up-sells ul.products li:nth-child(n+4) {
    display: none; } }

.product_layout_4 .related .product_after_shop_loop .product_after_shop_loop_price span.price,
.product_layout_4 .up-sells .product_after_shop_loop .product_after_shop_loop_price span.price {
  font-size: 13px; }

.product_layout_4 .related .large-centered,
.product_layout_4 .related .medium-centered,
.product_layout_4 .related .small-centered,
.product_layout_4 .up-sells .large-centered,
.product_layout_4 .up-sells .medium-centered,
.product_layout_4 .up-sells .small-centered {
  float: left !important; }

@media only screen and (min-width: 40.063em) {
  .product_layout_4 .product_content_wrapper {
    padding-bottom: 65px; }
  .product_layout_4 .product-images-wrapper {
    margin: 0 !important; }
  .product_layout_4 div.product .product_title {
    font-size: 3rem;
    line-height: 1.13em; }
  .product_layout_4 .woocommerce-tabs {
    padding-top: 0px; }
  .product_layout_4 div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    border-top: 3px solid transparent;
    margin: -1px 21px 18px 21px; }
    .product_layout_4 div.product .woocommerce-tabs ul.tabs li:after {
      display: none; }
    .product_layout_4 div.product .woocommerce-tabs ul.tabs li a {
      line-height: 1.5;
      padding: 18px 0 5px;
      border-bottom: none; }
      .product_layout_4 div.product .woocommerce-tabs ul.tabs li a.active {
        border-bottom: none; }
  .product_layout_4 .single_product_summary_upsell h2 {
    font-size: 1.5em;
    margin: 72px 0 26px 0; }
  .product_layout_4 table.shop_attributes {
    margin-top: 0px;
    margin-bottom: 0px; }
    .product_layout_4 table.shop_attributes th {
      width: 150px; }
    .product_layout_4 table.shop_attributes th, .product_layout_4 table.shop_attributes td {
      padding: 13px 0px 13px; }
  .product_layout_4 .product_infos .group_table td.label label {
    margin-top: 0px; }
  .product_layout_4 .product_infos .group_table td.label .price {
    display: none; }
  .product_layout_4 .product_infos .group_table td.price {
    display: table-cell; }
  .product_layout_4 #reviews #comments ol.commentlist {
    margin: 50px 0 55px; }
  .product_layout_4 #reviews #comments ol.commentlist li img.avatar {
    width: 70px;
    height: 70px; }
  .product_layout_4 #reviews {
    font-size: 1.3125rem; }
  .product_layout_4 #reviews #comments ol.commentlist li {
    margin: 0 50px 0 55px; }
  .product_layout_4 #reviews #comments ol.commentlist li .comment-text .description {
    margin: 11px -100px 0 0; }
  .product_layout_4 #reviews h3.comment-reply-title {
    font-size: 1.75rem;
    line-height: 1.3; }
  .product_layout_4 #reviews .star-rating {
    margin-right: -100px; }
  .product_layout_4 .comment-form-rating p.stars {
    font-size: 0.875rem; }
  .product_layout_4 form .form-row-first.comment-form-author,
  .product_layout_4 form .form-row-last.comment-form-email {
    width: 48%; }
  .product_layout_4 .tob_bar_shop,
  .product_layout_4 .single-product .tob_bar_shop {
    display: block; }
  .product_layout_4 .tob_bar_shop.full_header {
    min-height: 40px;
    padding: 0 20px; }
    .product_layout_4 .tob_bar_shop.full_header .tob_bar_shop_left_column {
      float: left; } }

@media only screen and (min-width: 63.9375em) {
  .product_layout_4 .product_content_wrapper {
    padding-bottom: 85px; }
  .product_layout_4 .product_summary_thumbnails_wrapper {
    display: block; }
  .product_layout_4 div.product .product_title, .product_layout_4 div.product .product_title {
    text-align: left; }
  .product_layout_4 div.product span.price,
  .product_layout_4 div.product p.price {
    text-align: left; }
  .product_layout_4 .product_images .flex-control-nav {
    display: none; }
  .product_layout_4 #reviews #comments ol.commentlist li .comment-text .description {
    margin: 15px 0 0 0; } }

@media only screen and (max-width: 767px) {
  .product_layout_4 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart {
    float: none; }
    .product_layout_4 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom {
      margin: 0 !important;
      padding: 10px 15px; }
      .product_layout_4 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom input {
        color: #FFF !important;
        border-color: #FFF !important; }
    .product_layout_4 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity.custom ~ .button {
      display: inline-block;
      float: right !important;
      vertical-align: middle;
      padding: 16px 16px !important; }
    .product_layout_4 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity:not(.custom) {
      margin-right: 18px !important; }
    .product_layout_4 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .quantity:not(.custom) ~ .button {
      float: left !important;
      padding: 16px 45px !important; }
    .product_layout_4 .product:not(.product-type-grouped) .product_content_wrapper .product_infos form.cart .button {
      min-width: auto;
      width: auto;
      vertical-align: bottom;
      float: right !important;
      text-align: right;
      padding: 16px 65px !important; }
  .product_layout_4 .product:not(.product-type-grouped) .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist {
    margin: 0 0 15px; }
  .product_layout_4 .product .product_content_wrapper .product_infos .product_summary_top {
    padding: 35px 0 30px; }
    .product_layout_4 .product .product_content_wrapper .product_infos .product_summary_top .woocommerce-breadcrumb {
      width: 100%; }
    .product_layout_4 .product .product_content_wrapper .product_infos .product_summary_top .woocommerce-product-rating {
      display: none; }
  .product_layout_4 .product .product_content_wrapper .product_infos form.cart {
    margin-bottom: 16px; }
  .product_layout_4 .product .product_content_wrapper .product_infos .price {
    padding: 0 0 15px;
    margin-bottom: 0; }
  .product_layout_4 .product .product_content_wrapper .product_infos .yith-wcwl-add-to-wishlist {
    margin: 0 2px 35px;
    height: auto;
    float: left;
    position: relative; }
  .product_layout_4 .product .product_content_wrapper .product_summary_thumbnails_wrapper {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    padding: 0;
    max-height: 132px;
    overflow-x: auto;
    overflow-y: hidden; }
    .product_layout_4 .product .product_content_wrapper .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell {
      width: calc(100vw / 3);
      float: left;
      border-right: 1px solid #FFF;
      opacity: 1;
      transition: all 0.5s ease; }
      .product_layout_4 .product .product_content_wrapper .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell img {
        width: 100%; }
      .product_layout_4 .product .product_content_wrapper .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell.youtube {
        position: inherit;
        text-align: center;
        font-size: 50px;
        line-height: 132px; }
      .product_layout_4 .product .product_content_wrapper .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell:hover, .product_layout_4 .product .product_content_wrapper .product_summary_thumbnails_wrapper .product_thumbnails .carousel-cell.is-nav-selected {
        opacity: .2; }
  .product_layout_4 .product .product_content_wrapper .product_meta {
    padding: 0  0 20px;
    margin: 0 0 28.5px;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    .product_layout_4 .product .product_content_wrapper .product_meta &gt; span {
      line-height: 18px;
      padding-bottom: 5px; }
  .product_layout_4 .product .woocommerce-tabs {
    padding-top: 0; }
    .product_layout_4 .product .woocommerce-tabs #tab-description {
      text-align: left; }
    .product_layout_4 .product .woocommerce-tabs ul.tabs {
      text-align: center !important;
      margin-bottom: 20px !important; }
      .product_layout_4 .product .woocommerce-tabs ul.tabs li {
        display: block !important; }
      .product_layout_4 .product .woocommerce-tabs ul.tabs li:first-child {
        margin-left: inherit !important; }
      .product_layout_4 .product .woocommerce-tabs ul.tabs li.active {
        border-top: none !important; }
  .product_layout_4 .product_socials_wrapper {
    display: table;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    margin: 30px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    .product_layout_4 .product_socials_wrapper .share-product-text,
    .product_layout_4 .product_socials_wrapper .product_socials_wrapper_inner {
      display: table-cell;
      vertical-align: middle;
      width: 50%; }
    .product_layout_4 .product_socials_wrapper .share-product-text {
      font-size: 10px;
      text-transform: uppercase;
      font-weight: bold;
      text-align: left; }
    .product_layout_4 .product_socials_wrapper .product_socials_wrapper_inner {
      text-align: right; }
      .product_layout_4 .product_socials_wrapper .product_socials_wrapper_inner a {
        padding-right: 10px; }
  .product_layout_4 .woocommerce-tabs {
    padding-top: 0; }
    .product_layout_4 .woocommerce-tabs ul.tabs .description_tab.active {
      border-top: 0px !important; }
  .product_layout_4 section.related h2,
  .product_layout_4 section.up-sells h2 {
    margin: 40px 0 20px;
    text-align: center; } }

@media only screen and (max-width: 1023px) {
  .product_layout_4 .product_content_wrapper {
    max-width: 100%;
    margin-top: -40px; }
    .product_layout_4 .product_content_wrapper .product-images-wrapper {
      margin: 0 -20px; }
      .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images .product-image {
        width: calc(100% / 3);
        margin-bottom: 0;
        display: inline-block; }
        .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images .product-image.mobile {
          display: inline-block; }
        .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images .product-image .mobile-gallery-bg {
          min-height: 135px;
          background-size: cover;
          display: block;
          background-repeat: no-repeat;
          background-position: center center; }
        .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images .product-image.video {
          display: none; }
        .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images .product-image img {
          padding: 0; }
        .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images .product-image:nth-child(4n+4), .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images .product-image:nth-child(4n+3) {
          width: calc(100% / 3); }
          .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images .product-image:nth-child(4n+4) img, .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images .product-image:nth-child(4n+3) img {
            padding: 0; }
      .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-style-4 .product_images .product-video-icon {
        font-size: 50px !important;
        display: inline-block;
        text-align: center;
        width: calc(100% / 3);
        vertical-align: middle;
        margin-bottom: 0; }
    .product_layout_4 .product_content_wrapper .product_infos .product_summary_top {
      margin-bottom: 0; }
    .product_layout_4 .product_content_wrapper .product_infos .long-description {
      position: inherit;
      top: auto; } }

@media only screen and (min-width: 1024px) {
  .product_layout_4 .product_content_wrapper {
    max-width: 100%; }
    .product_layout_4 .product_content_wrapper .column,
    .product_layout_4 .product_content_wrapper .columns {
      position: inherit !important; }
    .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-controller {
      left: 2%; }
    .product_layout_4 .product_content_wrapper .product-images-wrapper .product_images &gt; .images .product-image {
      margin-bottom: 100px; }
    .product_layout_4 .product_content_wrapper .product_infos {
      position: fixed;
      width: 35%;
      right: 0;
      padding: 0 50px 0 0; }
      .product_layout_4 .product_content_wrapper .product_infos .product_summary_top {
        margin-top: -4px; }
      .product_layout_4 .product_content_wrapper .product_infos.long-description {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 50px 0 0; }
    .product_layout_4 .product_content_wrapper .cart .single_add_to_cart_button {
      padding: 16px 65px !important; }
  .product_layout_4 .product_socials_wrapper {
    position: fixed;
    top: 430px;
    right: 100%;
    z-index: 999;
    transition: all .5s;
    animation: slide-in-from-left;
    animation-duration: 3s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    -ms-transform: translateX(0);
    transform: translateX(0); }
    .product_layout_4 .product_socials_wrapper .share-product-text {
      display: none; }
    .product_layout_4 .product_socials_wrapper .product_socials_wrapper_inner a {
      display: block;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
      background: #FFF;
      border-radius: 50%;
      text-align: center;
      padding-top: 10px;
      margin: 10px 0;
      width: 38px;
      height: 38px; }
      .product_layout_4 .product_socials_wrapper .product_socials_wrapper_inner a:first-child {
        margin-top: 0; } }

@media only screen and (min-width: 1280px) {
  .product_layout_4 .product_content_wrapper {
    max-width: 80%; }
    .product_layout_4 .product_content_wrapper .product_infos {
      width: 24%;
      right: 8%;
      padding: 0; }
      .product_layout_4 .product_content_wrapper .product_infos.long-description {
        position: absolute;
        top: 0;
        right: 8%;
        padding: 0; }
    .product_layout_4 .product_content_wrapper .product-images-wrapper .product-images-controller {
      left: 10.5%; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product_layout_4 .product_content_wrapper .product_infos .product_summary_top {
    padding: 45px 0 30px; }
  .product_layout_4 .product_content_wrapper .product_infos .product_summary_middle .product_title {
    margin-bottom: 30px; }
  .product_layout_4 .product_content_wrapper .product_infos .price {
    margin-bottom: 35px; } }

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .product_layout_4 .product-images-wrapper {
    padding-right: 50px; } }

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .product_layout_2 .product_navigation {
    display: none; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .product_layout_4 .product_content_wrapper .product_infos form.cart .quantity.custom ~ button {
    padding: 16px 40px !important; }
  .product_layout_4 .product_content_wrapper .product_infos form.cart .button {
    min-width: inherit !important; } }

.shortcode_getbowtied_slider {
  height: 100vh; }
  .shortcode_getbowtied_slider .swiper-button-prev,
  .shortcode_getbowtied_slider .swiper-button-next,
  .shortcode_getbowtied_slider .quickview-pagination {
    display: none; }
  .shortcode_getbowtied_slider .swiper-slide {
    background-size: cover;
    text-align: center;
    position: relative;
    display: table; }
    .shortcode_getbowtied_slider .swiper-slide .slider-content {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      padding: 0 15px; }
      @media screen and (min-width: 1024px) {
        .shortcode_getbowtied_slider .swiper-slide .slider-content {
          padding: 0; } }
    .shortcode_getbowtied_slider .swiper-slide h1 {
      font-size: 50px;
      line-height: 1.2 !important; }
    .shortcode_getbowtied_slider .swiper-slide h1 {
      margin: 0 10% 25px 15%; }
    @media screen and (min-width: 1024px) {
      .shortcode_getbowtied_slider .swiper-slide p,
      .shortcode_getbowtied_slider .swiper-slide .button {
        margin: 0 10% 0 15%; } }
    .shortcode_getbowtied_slider .swiper-slide p {
      font-size: 14px; }
    .shortcode_getbowtied_slider .swiper-slide .button {
      margin-top: 40px; }
    .shortcode_getbowtied_slider .swiper-slide .fullslidelink {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
  @media only screen and (min-width: 64.063em) {
    .shortcode_getbowtied_slider .swiper-button-prev {
      background: none;
      background-color: transparent;
      font-size: 60px;
      height: auto;
      width: auto;
      left: -50px;
      display: block;
      transition: all .3s; }
    .shortcode_getbowtied_slider .swiper-button-next {
      background: none;
      background-color: transparent;
      font-size: 60px;
      height: auto;
      width: auto;
      right: -50px;
      display: block;
      transition: all .3s; }
    .shortcode_getbowtied_slider .swiper-slide .slider-content-wrapper {
      width: 50%;
      position: relative;
      margin: 0 auto;
      text-align: center;
      padding: 0 75px;
      box-sizing: border-box; }
    .shortcode_getbowtied_slider .swiper-slide.left-align .slider-content-wrapper {
      float: left;
      text-align: left; }
    .shortcode_getbowtied_slider .swiper-slide.right-align .slider-content-wrapper {
      float: right;
      text-align: right; }
    .shortcode_getbowtied_slider .swiper-slide.center-align .slider-content-wrapper {
      float: none;
      padding: 0;
      text-align: center; }
    .shortcode_getbowtied_slider .swiper-slide.center-align p,
    .shortcode_getbowtied_slider .swiper-slide.center-align .button {
      margin-left: 0;
      margin-right: 0; }
    .shortcode_getbowtied_slider .swiper-slide.center-align h1 {
      margin: 0 0 25px 0; }
    .shortcode_getbowtied_slider:hover .swiper-button-prev i,
    .shortcode_getbowtied_slider:hover .swiper-button-next i {
      transition: all ease .5s; }
      .shortcode_getbowtied_slider:hover .swiper-button-prev i:hover,
      .shortcode_getbowtied_slider:hover .swiper-button-next i:hover {
        opacity: .5; }
    .shortcode_getbowtied_slider:hover .swiper-button-prev {
      left: 30px;
      margin-top: -36px; }
    .shortcode_getbowtied_slider:hover .swiper-button-next {
      right: 30px;
      margin-top: -36px; }
    .shortcode_getbowtied_slider .shortcode-slider-pagination {
      display: block;
      position: absolute;
      left: 0;
      bottom: 80px;
      z-index: 9999;
      width: 100%;
      text-align: center; }
      .shortcode_getbowtied_slider .shortcode-slider-pagination .swiper-pagination-bullet {
        margin: 0 10px;
        background: none;
        transition: all .3s ease;
        width: auto;
        height: auto;
        font-size: 13px;
        font-weight: bold;
        counter-increment: slideNum;
        opacity: .5; }
        .shortcode_getbowtied_slider .shortcode-slider-pagination .swiper-pagination-bullet:before {
          content: "0" counter(slideNum); }
        .shortcode_getbowtied_slider .shortcode-slider-pagination .swiper-pagination-bullet:after {
          content: "";
          height: 1px;
          width: 0;
          display: inline-block;
          vertical-align: middle;
          margin: 0 10px 0 20px;
          transition: all ease-in .5s; }
        .shortcode_getbowtied_slider .shortcode-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: none;
          opacity: 1; }
          .shortcode_getbowtied_slider .shortcode-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
            content: "";
            height: 1px;
            width: 50px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px 0 20px; } }

.fr-overlay {
  z-index: 9999; }

#wpadminbar {
  z-index: 99998; }

.fr-content, .fr-content-background {
  max-width: 1550px !important; }

.fr-thumbnails-vertical .fr-thumbnails-wrapper {
  margin-top: 0 !important;
  top: 10px !important; }

.fr-overlay-background {
  opacity: 1 !important; }

.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
  background: none;
  transition: all .5s;
  opacity: 1; }
  .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon:before {
    font-family: 'Shopkeeper-Icon-Font';
    content: "\e91c";
    display: block;
    font-size: 65px;
    font-weight: normal;
    transition: all .5s; }
  @media (min-width: 1025px) {
    .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
      transition: all .5s; }
      .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon:hover {
        transition: all .5s; }
        .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon:hover:before {
          opacity: .5; } }

.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
  background: none;
  transition: all .5s;
  opacity: 1; }
  .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon:before {
    font-family: 'Shopkeeper-Icon-Font';
    content: "\e91d";
    display: block;
    font-size: 65px;
    font-weight: normal;
    transition: all .5s; }
  @media (min-width: 1025px) {
    .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
      transition: all .5s; }
      .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon:hover {
        transition: all .5s; }
        .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon:hover:before {
          opacity: .5; } }

.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
  background: none;
  transition: all .5s;
  opacity: 1; }
  .fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon:before {
    font-family: 'Shopkeeper-Icon-Font';
    content: "\e91a";
    display: block;
    font-size: 45px;
    color: #FFF;
    transition: all .5s; }
  .fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon:hover {
    transition: all .5s; }
    .fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon:hover:before {
      opacity: .5; }

.fr-position-outside {
  right: 20px !important; }

.fr-close {
  right: 33px !important; }

.fr-side-next {
  right: 42px !important; }

.fr-close {
  top: 20px !important; }

.fr-position-outside {
  margin-right: 10px !important;
  bottom: 15px !important; }

.fr-side-previous {
  left: 28px !important; }

.single-product .fr-thumbnail-wrapper {
  background: transparent; }

.single-product .fr-window-skin-fresco .fr-thumbnail-overlay-border {
  border-width: 0; }

.single-product .fr-window-skin-fresco .fr-thumbnail-wrapper {
  box-shadow: none; }

.single-product .fr-thumbnails-side.fr-thumbnails-side-previous,
.single-product .fr-thumbnails-side.fr-thumbnails-side-next {
  display: none !important; }

.single-product .fr-side {
  width: auto;
  height: auto;
  margin: 0; }

.single-product .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon:before {
  margin-left: -20px; }

.single-product .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon:before {
  margin-right: -20px; }

.single-product .fr-close-background {
  background-color: transparent !important; }

.fr-thumbnail-overlay, .fr-thumbnail-overlay-background, .fr-thumbnail-overlay-border {
  transition: all .5s; }

.fr-thumbnail:hover .fr-thumbnail-image, .fr-thumbnail-active:hover .fr-thumbnail-image {
  opacity: .5 !important; }

.fr-thumbnail,
.fr-thumbnail-image {
  transition: all .5s; }

.fr-window-skin-fresco .fr-content-background {
  box-shadow: none !important; }

.fr-info-padder {
  padding: 45px !important; }

.fr-caption:before {
  content: "";
  width: 50px;
  height: 1px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: super; }

.fr-window-skin-fresco .fr-content-background {
  background: transparent !important; }

.fr-position-background {
  background: transparent !important; }

.fr-info .fr-stroke-color {
  background: transparent !important; }

.fr-thumbnail-frame {
  width: 60% !important;
  left: 20px !important; }

@media only screen and (min-width: 1024px) {
  .fr-info {
    left: 50% !important;
    margin-left: -25%;
    max-width: 50%; } }

.fr-position-outside .fr-position-text, .fr-position-inside .fr-position-text {
  text-shadow: none !important; }

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
  box-shadow: none !important; }

.fr-thumbnail-spinner-spin {
  display: none !important; }

.fr-thumbnail-spinner {
  display: block !important; }

.fr-spinner div.fr-spin-1 {
  display: none !important; }

.fr-spinner div.fr-spin-2 {
  display: none !important; }

.fr-spinner div.fr-spin-3 {
  display: none !important; }

.fr-spinner div.fr-spin-4 {
  display: none !important; }

.fr-spinner div.fr-spin-5 {
  display: none !important; }

.fr-spinner div.fr-spin-6 {
  display: none !important; }

.fr-spinner div.fr-spin-7 {
  display: none !important; }

.fr-spinner div.fr-spin-8 {
  display: none !important; }

.fr-spinner div.fr-spin-9 {
  display: none !important; }

.fr-spinner div.fr-spin-10 {
  display: none !important; }

.fr-spinner div.fr-spin-11 {
  display: none !important; }

.fr-spinner div.fr-spin-12 {
  display: none !important; }

.fr-spinner {
  background: #FFF !important;
  width: auto;
  height: auto;
  position: fixed;
  width: 52px;
  height: 52px;
  border-radius: 5px;
  left: 50% !important;
  margin-right: -26px; }

.fr-spinner:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 16px;
  background: url("../images/morph-shape-gif-preloader.gif") center no-repeat;
  background-size: auto 15px;
  vertical-align: top;
  position: relative;
  margin-top: 16px;
  top: 0px;
  left: auto;
  right: auto;
  animation: none;
  -webkit-animation: none; }

@media (max-width: 500px) and (orientation: portrait), (max-height: 414px) and (orientation: landscape) {
  .fr-side .fr-side-button {
    width: auto;
    height: auto; } }

@media (max-width: 1024px) {
  .fr-side-previous {
    left: 42px !important; } }

@media (max-width: 767px) {
  .fr-content, .fr-content-background {
    top: 0 !important; }
  .fr-ui-fullclick.fr-type-video .fr-container {
    padding: 0 !important; }
  .fr-ui-fullclick.fr-type-video .fr-content-background {
    width: 100% !important; }
  .fr-ui-fullclick.fr-type-video .fr-content {
    width: 100% !important;
    left: 0 !important;
    height: 45% !important; }
  .fr-showing-type-youtube .fr-close.fr-close-fullclick {
    top: 30px !important; } }</pre></body></html>